piston/packages/freebasic/1.9.0/run

5 lines
83 B
Bash

#!/usr/bin/env bash
# Run output file from compile with arguments
shift
./out "$@"