piston/packages/ponylang/0.39.0/run

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