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