box-o-sand/cpp-practice/basics/tests/test_hello_world

6 lines
57 B
Plaintext
Raw Normal View History

2011-05-30 02:40:07 +00:00
#!/bin/bash
./bin/hello-world > /dev/null 2>&1
exit $?