Changeset 293 for modipsl/trunk/util/ins_job
- Timestamp:
- 03/21/08 14:11:17 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r222 r293 28 28 } 29 29 #- 30 # dirname andbasename30 # dirname and basename 31 31 #- 32 d_n=$ {0%/*}; b_n=${0##*/};32 d_n=$(dirname ${0}); b_n=$(basename ${0}); 33 33 #- 34 34 # Retrieving and validation of the options
Note: See TracChangeset
for help on using the changeset viewer.