#!/bin/bash # # This script creates a symbolic link from oasisToSSDS to # oasisToSSDS.predator. This will cause the hourly downloads # on tsunami to be ingested into the production database on predator cd $HOME/dev/DPforSSDS/oasis/bin rm -f oasisToSSDS ln -s oasisToSSDS.predator oasisToSSDS echo "NOTE! You may need to also execute 'setProductionSSDS' and then echo "cd to dev/DPforSSDS/oasis and type 'make'"