php-src/bundle-release
2003-06-07 17:07:10 +00:00

9 lines
89 B
Bash
Executable File

#!/bin/sh
EXTS=`cat bundle`
PEAR=`which pear`
for i in $EXTS; do
$PEAR bundle $i
done