boinc/stripchart/samples/looper

7 lines
50 B
Tcsh
Executable File

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