gash/tests/10-if-bracket.sh

5 lines
41 B
Bash
Raw Normal View History

2018-12-04 19:15:53 +00:00
if \[ 1 = 1 ]; then
exit 0
fi
exit 1