gash/test/11-if-false.sh

5 lines
36 B
Bash

if false; then
exit 1
fi
exit 0