4 lines
46 B
Tcsh
4 lines
46 B
Tcsh
#!/bin/tcsh
|
|
|
|
tcsh bin/run.tcsh >& /dev/null &
|
#!/bin/tcsh
|
|
|
|
tcsh bin/run.tcsh >& /dev/null &
|