piston/packages/freebasic/1.8.0/run
2021-10-01 14:04:17 -05:00

5 lines
84 B
Bash

#!/usr/bin/env bash
# Run output file from compile with arguments
shift
./out "$@"