date/test_fail.sh

8 lines
55 B
Bash
Raw Normal View History

2017-11-26 23:11:58 -05:00
#!/bin/bash
if [[ -e $@ ]]; then
exit 1;
fi
exit 0;