- Timestamp:
- Mar 5, 2019, 2:19:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/link_essentials.bash
r2360 r2375 1 1 #!/bin/bash 2 if test $ 1 = '-h'; then2 if test $# -eq 1 && test $1 = '-h'; then 3 3 echo "********************************" 4 4 echo "*** Shell script to link ***" … … 9 9 else 10 10 rootsh=`pwd` 11 12 11 ln -s ${pyHOME}/generic_tools.py ./ 13 12 ln -s ${pyHOME}/nc_var_tools.py ./
Note: See TracChangeset
for help on using the changeset viewer.