piston/packages/gcc/10.2.0/run

7 lines
103 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Put instructions to run the runtime
shift # Discard main filename
2021-03-14 03:11:33 +01:00
./a.out "$@"