9 lines
105 B
Tcsh
Executable File
9 lines
105 B
Tcsh
Executable File
#!/bin/csh
|
|
cd /ecn/ecnstf0/irc/misc/dataserv
|
|
while(1)
|
|
if(-r core) then
|
|
rm core
|
|
dataservd
|
|
endif
|
|
end
|