nircmd/alive.sh
2023-10-20 08:55:10 +02:00

10 lines
112 B
Bash

#!/bin/sh
while true; do
./nircmd.exe movecursor 1 1
./nircmd.exe movecursor -1 -1
sleep 30
done
exit 0