Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
michaesp |
1 |
#!/bin/csh
|
|
|
2 |
|
|
|
3 |
# Write usage information
|
|
|
4 |
if ( ${#argv} == 0) then
|
|
|
5 |
echo
|
|
|
6 |
/home/binderh/prog/programs/lagranto.mf/bin/lagrantohelp newtime short
|
|
|
7 |
echo
|
|
|
8 |
exit 0
|
|
|
9 |
endif
|
|
|
10 |
|
|
|
11 |
/home/binderh/prog/programs/lagranto.mf/goodies/newtime $*
|
|
|
12 |
|
|
|
13 |
exit 0
|
|
|
14 |
|