init
This commit is contained in:
8
logsrv/autostart
Executable file
8
logsrv/autostart
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/csh
|
||||
cd /ecn/ecnstf0/irc/misc/dataserv
|
||||
while(1)
|
||||
if(-r core) then
|
||||
rm core
|
||||
dataservd
|
||||
endif
|
||||
end
|
||||
Reference in New Issue
Block a user