piston/packages/freebasic/1.8.0/run

6 lines
84 B
Bash

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