PtolemyGUI/working/PtolemyGUI

12 lines
178 B
Bash
Executable File

#!/usr/bin/bash
dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if [[ -f DWBA ]]; then
dummy=10
else
cp $dir/../DWBA .
fi
root -l $dir/PtolemyGUI.C