Changes
2 changed files (+2/-2)
-
-
@@ -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 =
-
-
-
@@ -2,7 +2,7 @@# https://microsounds.github.io/notes/termux-ssh-fingerprint.htm # Unlock keystore with fingerprint termux-fingerprint > /dev/null termux-fingerprint >/dev/null # Sign nonce value # No ed25519 support sad # THIS CAN'T BE A ONE-LINER
-