boinc/stripchart/samples/looper

7 lines
50 B
Plaintext
Raw Normal View History

#! /bin/csh
while (1)
$1
sleep $2;
end