1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-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