mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
6 lines
103 B
Tcsh
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
|
|
|