mirror of
https://github.com/engineer-man/piston.git
synced 2025-10-28 12:04:02 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/bash
|
|
|
|
shift # Filename is only used to compile
|
|
./out "$@"
|