Cleaning indentation and mix of tabs/spaces, nothing else I swear ;-)

Signed-off-by: ginatrapani <ginatrapani@gmail.com>
This commit is contained in:
Philippe Teuwen
2009-03-07 04:16:13 +08:00
committed by ginatrapani
parent 25c6505007
commit 586abe8282
2 changed files with 399 additions and 435 deletions

View File

@@ -1,14 +1,14 @@
# === EDIT FILE LOCATIONS BELOW === # === EDIT FILE LOCATIONS BELOW ===
# Your todo.txt directory # Your todo.txt directory
#TODO_DIR="/Users/gina/Documents/todo" #TODO_DIR="/Users/gina/Documents/todo"
TODO_DIR="C:/Documents and Settings/gina/My Documents" TODO_DIR="C:/Documents and Settings/gina/My Documents"
# Your todo/done/report.txt locations # Your todo/done/report.txt locations
TODO_FILE="$TODO_DIR/todo.txt" TODO_FILE="$TODO_DIR/todo.txt"
DONE_FILE="$TODO_DIR/done.txt" DONE_FILE="$TODO_DIR/done.txt"
REPORT_FILE="$TODO_DIR/report.txt" REPORT_FILE="$TODO_DIR/report.txt"
TMP_FILE="$TODO_DIR/todo.tmp" TMP_FILE="$TODO_DIR/todo.tmp"
# == EDIT FILE LOCATIONS ABOVE === # == EDIT FILE LOCATIONS ABOVE ===

822
todo.sh

File diff suppressed because it is too large Load Diff