Changes
1 changed files (+1/-1)
-
-
@@ -1,7 +1,7 @@function todo -d "Manage CSV todo lists" switch $argv[1] case + echo "$argv[3],$(date -Is)," >> $argv[2] echo "$argv[3..],$(date -Is)," >> $argv[2] case - sed -i "$argv[3]s/\$/$(date -Is)/" $argv[2] case =
-