mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
6 lines
No EOL
157 B
Bash
6 lines
No EOL
157 B
Bash
#!/bin/bash
|
|
|
|
# removes the first arg from $@, which is always the filename
|
|
shift
|
|
# runs the <outfile> executable with whatever args are left in $@
|
|
./out "$@" |