Changeset 7233 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 07/30/05 01:15:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7232 r7233 45 45 datasetpath=/magic/datasets 46 46 47 48 function makedir() 49 { 50 if [ ! -d $@ ] 51 then 52 mkdir -pv $@ 53 if [ ! -d $@ ] 54 then 55 echo "could not make dir "$@ 56 exit 57 fi 58 fi 59 }
Note:
See TracChangeset
for help on using the changeset viewer.