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