edit Ptolemy bash script to copy DWBA file into working

This commit is contained in:
Ryan Tang 2022-07-13 14:15:25 -04:00
parent 8bff24a016
commit 54135d63b8

View File

@ -1,9 +1,11 @@
#!/usr/bin/bash
dir=$(pwd)
if [[ -f DWBA ]]; then
dummy=10
else
cp /opt/Ptolemy/DWBA .
cp $dir/../DWBA .
fi
root -l /opt/Ptolemy/working/PtolemyGUI.C
root -l PtolemyGUI.C