gash/test/10-if-bracket-false.sh

5 lines
40 B
Bash
Raw Normal View History

if [ 0 = 1 ]; then
exit 1
fi
exit 0