gash/tests/10-if-bracket.sh

5 lines
41 B
Bash

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