6 lines
42 B
Plaintext
6 lines
42 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
shift
|
||
|
./binary "$@"
|
||
|
|