date/test_fail.sh
2017-11-26 23:11:58 -05:00

8 lines
55 B
Bash
Executable File

#!/bin/bash
if [[ -e $@ ]]; then
exit 1;
fi
exit 0;