gash/test/10-if-bracket.sh

5 lines
40 B
Bash
Raw Normal View History

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