piston/packages/freebasic/1.9.0/run
2023-04-08 19:32:44 +02:00

5 lines
No EOL
83 B
Bash

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