1
0
Files
2022-09-29 17:59:04 +03:00

6 lines
64 B
Tcsh
Executable File

#!/bin/csh
while (1)
sleep `./random 3 10000`
killall fsr
end