Initial commit of bash scripts

This commit is contained in:
2026-06-05 23:49:54 -04:00
parent b7cf4a0224
commit 8e0e4dfc79
16 changed files with 519 additions and 70 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env zsh
while read -r input; do
case "${input}" in
'Begin...')
wtype -k Escape
wtype "I$(date '+%F %T: Begin ')"
;;
'End...')
wtype -k Escape
wtype "I$(date '+%F %T: End ')"
wtype -k Escape
wtype 'kly$jpo'
wtype "$(date '+%F %T: Begin ')"
;;
esac
done