6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Run output file from compile with arguments
|
||
|
shift
|
||
|
./out "$@"
|