6 lines
66 B
Text
6 lines
66 B
Text
|
# -*- mode: Shell-script -*-
|
||
|
|
||
|
if [ -e ".todo" ]; then
|
||
|
todo
|
||
|
fi
|