start-precompute.sh 206 Bytes
Newer Older
Juon Kawakami's avatar
init  
Juon Kawakami committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

. functions.sh

processArgs $*

# Delete old logs
rm -f $LOGDIR/*.log

# startGIS
startKernel --nomenu

echo "Start your agents"
waitFor $LOGDIR/kernel.log "Kernel has shut down" 30

kill $PIDS