piston/packages/freebasic/1.9.0/run

5 lines
83 B
Plaintext
Raw Normal View History

2023-04-08 19:32:44 +02:00
#!/usr/bin/env bash
# Run output file from compile with arguments
shift
./out "$@"