Last change
on this file since 2480 was 687, checked in by mar637, 19 years ago |
generate aips++ data archive for asap
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
330 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | if [ "$AIPSPATH" != "" ]; then
|
---|
4 | a_root=`/bin/echo $AIPSPATH | awk '{print $1}'`
|
---|
5 | else
|
---|
6 | echo "No aips++ installation found"
|
---|
7 | exit 1
|
---|
8 | fi
|
---|
9 |
|
---|
10 | target="`pwd`/data.tar.gz"
|
---|
11 | cd $a_root
|
---|
12 | echo "Generating ASAP data archive ${target} from aips++ installation."
|
---|
13 | tar cfz ${target} data/ephemerides data/geodetic
|
---|
14 | echo "Done."
|
---|
Note:
See
TracBrowser
for help on using the repository browser.