4 lines
33 B
Plaintext
4 lines
33 B
Plaintext
|
#!/bin/sh
|
||
|
$@ 2>/dev/null
|
||
|
exit $?
|