4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
# To avoid exit codes other than 0 or 1
|
|
./test || exit 1
|