nircmd/alive.sh

8 lines
104 B
Bash

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