9 lines
96 B
Tcsh
Executable File
9 lines
96 B
Tcsh
Executable File
#!/bin/csh
|
|
set npages=$1
|
|
./hog $npages
|
|
#while (1)
|
|
# ./hog $npages
|
|
# sleep 60
|
|
# killall hog
|
|
#end
|