summaryrefslogtreecommitdiff
path: root/bundle-release
blob: 9848d80c3d0cd7f38cd122675ac56b49643c9982 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

EXTS=`cat bundle`
PEAR=`which pear`

for i in $EXTS; do
	$PEAR bundle $i
done