6 lines
64 B
Tcsh
Executable File
6 lines
64 B
Tcsh
Executable File
#!/bin/csh
|
|
while (1)
|
|
sleep `./random 3 10000`
|
|
killall fsr
|
|
end
|