mirror of https://github.com/BOINC/boinc.git
7 lines
50 B
Plaintext
7 lines
50 B
Plaintext
|
#! /bin/csh
|
||
|
|
||
|
while (1)
|
||
|
$1
|
||
|
sleep $2;
|
||
|
end
|