nircmd/alive.sh

8 lines
104 B
Bash
Raw Permalink Normal View History

2023-10-20 08:55:10 +02:00
#!/bin/sh
while true; do
./nircmd.exe movecursor 1 1
./nircmd.exe movecursor -1 -1
sleep 30
done