#!/bin/sh -f if test -z $G4LABROOT ; then echo "G4Simple setup not executed." exit fi if test $# -le 0 ; then echo "Usage :" echo " UNIX> G4LabTemplateOne " echo "Example :" echo " UNIX> G4LabTemplateOne MyApp" exit fi Lib_clone.exe -path=$G4LABROOT/templates/G4LabTemplateOne -clone=G4LabTemplateOne -to=$1