|
Last change
on this file since 234 was 234, checked in by barrand, 19 years ago |
|
|
-
Property svn:executable
set to
*
|
|
File size:
345 bytes
|
| Rev | Line | |
|---|
| [234] | 1 | #!/bin/sh -f
|
|---|
| 2 |
|
|---|
| 3 | if test -z $G4LABROOT ;
|
|---|
| 4 | then
|
|---|
| 5 | echo "G4Simple setup not executed."
|
|---|
| 6 | exit
|
|---|
| 7 | fi
|
|---|
| 8 |
|
|---|
| 9 | if 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
|
|---|
| 15 | fi
|
|---|
| 16 | Lib_clone.exe -path=$G4LABROOT/templates/G4LabTemplateOne -clone=G4LabTemplateOne -to=$1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.