gash/tests/10-if.sh

5 lines
35 B
Bash

if true; then
exit 0
fi
exit 1