edit Ptolemy bash script to copy DWBA file into working
This commit is contained in:
parent
8bff24a016
commit
54135d63b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user