piston/packages/ponylang/0.39.0/run
2021-04-02 03:39:46 +05:30

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 "$@"