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