Last change
on this file since 2734 was
2734,
checked in by lfita, 5 years ago
|
Adding:
- `stations_values.csv' on 'lin_essentials.bash'
- error management on `stations_values'
|
-
Property svn:executable set to
*
|
File size:
604 bytes
|
Rev | Line | |
---|
[2360] | 1 | #!/bin/bash |
---|
[2375] | 2 | if test $# -eq 1 && test $1 = '-h'; then |
---|
[2360] | 3 | echo "********************************" |
---|
| 4 | echo "*** Shell script to link ***" |
---|
| 5 | echo "*** the PyNCplot essentials ***" |
---|
| 6 | echo "*** into the current folder ***" |
---|
| 7 | echo "*******************************" |
---|
| 8 | echo "link_essentials.bash" |
---|
| 9 | else |
---|
| 10 | rootsh=`pwd` |
---|
| 11 | ln -s ${pyHOME}/generic_tools.py ./ |
---|
| 12 | ln -s ${pyHOME}/nc_var_tools.py ./ |
---|
| 13 | ln -s ${pyHOME}/drawing_tools.py ./ |
---|
[2719] | 14 | ln -s ${pyHOME}/diag_tools.py ./ |
---|
[2411] | 15 | ln -s ${pyHOME}/geometry_tools.py ./ |
---|
[2360] | 16 | ln -s ${pyHOME}/*.so ./ |
---|
| 17 | ln -s ${pyHOME}/variables_values.dat ./ |
---|
[2734] | 18 | ln -s ${pyHOME}/OBSstations.csv ./ |
---|
[2360] | 19 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.