cd $HOME if [ -e $HOME/local.config ]; then . $HOME/local.config; fi #rm -rf ./testing/* #rm -f ./testing/* rm -f testing.tgz wget http://gadek.debian.net/testing/testing.tgz tar zxvf ./testing.tgz cd testing if [ ! -e $HOME/autorun_running.lock ]; then nohup ./run-all >>./output/0MAIN 2>&1 & ln -sf /usr/bin/tail ${HOME}/tail-massive ${HOME}/tail-massive -f ./output/0MAIN || true fi exit 0