a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
5
cpp-practice/basics/tests/test_hello_world
Executable file
5
cpp-practice/basics/tests/test_hello_world
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
./bin/hello-world > /dev/null 2>&1
|
||||
|
||||
exit $?
|
Reference in New Issue
Block a user