#!/bin/sh -f G4Lab_home="${HOME}/dev/OpenScientist/head dev/G4Lab/v8r0p0" mkdir -p ../source/G4Lab mkdir -p ../source/G4Lab/Interfaces mkdir -p ../source/G4Lab/cxx mkdir -p ../scripts/G4Lab find "${G4Lab_home}/include/G4Lab" -name "*.h" -exec /bin/cp {} ../source/G4Lab/. \; /bin/mv ../source/G4Lab/IGeant4Manager.h ../source/G4Lab/Interfaces/. find "${G4Lab_home}/source" -name "*.cxx" -exec /bin/cp {} ../source/G4Lab/cxx/. \; #/bin/cp -R "${G4Lab_home}/scripts" ../scripts