0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bin/run.tcsh
2007-11-25 07:18:39 +00:00

6 lines
103 B
Tcsh

while ( 1 == 1 )
if ( -f log/run.log ) mv log/run.log log/run.log.1
./db/db run >& log/run.log
end