todo script
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
TODO_FILE="$HOME/docs/todo.txt"
|
||||
ARCHIVE_FILE="$HOME/docs/todo-archive.txt"
|
||||
TODO_FILE="$HOME/sync/todo/todo.txt"
|
||||
ARCHIVE_FILE="$HOME/sync/todo/todo-archive.txt"
|
||||
TODAY="$(date +%Y-%m-%d)"
|
||||
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user