gash/todo/ifthenelse.sh

2 lines
64 B
Bash

if test -e TOD; then echo exists; else echo "nope it don't"; fi