6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
./bin/hello-world > /dev/null 2>&1
|
||
|
|
||
|
exit $?
|