my-scripts/caffeine.sh

9 lines
100 B
Bash
Raw Normal View History

#!/bin/sh
while :
do
echo "pressing shift key."
wtype -M shift -m shift
sleep 60
done