Merge branch 'master' of github.com:ahub2/my-scripts

master
Alex 2022-09-22 23:36:16 -05:00
commit a7f6c3d783
1 changed files with 8 additions and 0 deletions

8
caffeine.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
while :
do
echo "pressing shift key."
wtype -M shift -m shift
sleep 60
done