5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
shift # Filename is only used to compile
|
||
|
./out "$@"
|