autoDBUpdate.sh 227 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #!/bin/bash export DECODER=/home/budnik/depotDECODER # for DIR in juno jupiter mars mercury rosetta saturn venus for DIR in mars do echo ${DIR} cd ${DECODER}/SW2; . databaseUpdate.sh ${DIR} done