mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
6 lines
103 B
Bash
6 lines
103 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Put instructions to run the runtime
|
|
|
|
shift # Discard main filename
|
|
./a.out "$@"
|