5 lines
30 B
Plaintext
5 lines
30 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
shift
|
||
|
./out "$@"
|