8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/csh
|
|
cd ~dvmitche/misc/uworld
|
|
|
|
while(1)
|
|
midway nobackground thanks > /dev/null
|
|
echo Restart Uworld `date` >> Uworld.restart
|
|
end
|