Initial commit of bash scripts
This commit is contained in:
Executable
+19
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user