gash/todo/ifthenelse.sh

2 lines
64 B
Bash
Raw Normal View History

2016-10-14 21:58:11 +01:00
if test -e TOD; then echo exists; else echo "nope it don't"; fi