Changeset 58
- Timestamp:
- Jan 3, 2012, 2:31:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bundle/bundle.bash
r56 r58 46 46 ;; 47 47 48 show) 49 pack=$(find ${folder} -type f -a -name "*.${ext}" -print0 2> /dev/null | grep -FzZ "/$2.${ext}" | head -n 1 ) 50 if [ -f "${pack}" ] 51 then 52 pod2text ${pack} 53 else 54 echo "unable to find bundle file: $2" 55 echo "Usage: bundle show bundle-file" 56 fi 57 ;; 58 48 59 list) 49 60 if [ ${_bundle_level} > 0 ] … … 75 86 76 87 *) 77 echo "Usage: bundle list|avail|load|unload|s tatus|source|help"88 echo "Usage: bundle list|avail|load|unload|show|status|source|help" 78 89 ;; 79 90 esac … … 94 105 =head1 SYNOPSIS 95 106 96 =head1 SYNOPSIS97 98 107 bundle avail 108 bundle show bundle-file 99 109 100 110 bundle load bundle-file
Note: See TracChangeset
for help on using the changeset viewer.