source: snovis/trunk/Resources/G4Lab/scripts/sh/G4LabNewPackOne @ 234

Last change on this file since 234 was 234, checked in by barrand, 17 years ago
  • Property svn:executable set to *
File size: 345 bytes
Line 
1#!/bin/sh -f
2
3if test -z $G4LABROOT ;
4then
5  echo "G4Simple setup not executed."
6  exit
7fi
8
9if test $# -le 0 ; then
10  echo "Usage :"
11  echo " UNIX> G4LabTemplateOne <name of new package>"
12  echo "Example :"
13  echo " UNIX> G4LabTemplateOne MyApp"
14  exit
15fi
16Lib_clone.exe -path=$G4LABROOT/templates/G4LabTemplateOne -clone=G4LabTemplateOne -to=$1
Note: See TracBrowser for help on using the repository browser.