diff options
Diffstat (limited to 'todo')
| -rwxr-xr-x | todo | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,9 +1,8 @@ #!/bin/sh -# -# Write/remove a task to do later. -# -# Select an existing entry to remove it from the file, or type a new entry to -# add it. + +# Write/remove a task to do later. +# Select an existing entry to remove it from the file, or type a new entry to +# add it. file="$HOME/.local/opt/todo" touch "$file" |
