gash/todo/ifthen.sh

2 lines
52 B
Bash

if test -e TODO; then echo exists; echo I think; fi