Subversion Repositories lagranto.um

Rev

Rev 3 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 12
1
#!/bin/csh
1
#!/bin/csh
2
 
2
 
3
# Write usage information
3
# Write usage information
4
if ( ${#argv} == 0) then
4
if ( ${#argv} == 0) then
5
  echo 
5
  echo 
6
  ${LAGRANTO}/bin/lagrantohelp changecst short
6
  ${LAGRANTO}/bin/lagrantohelp changecst short
7
  echo  
7
  echo  
8
  exit 0
8
  exit 0
9
endif
9
endif
10
 
10
 
11
${LAGRANTO}/goodies/changecst $*
11
${LAGRANTO}/goodies/changecst $*
12
 
12
 
13
exit 0
13
exit 0
14
 
14