1 2 3 4 5 6 7
#!/bin/sh PREFIX="@PREFIX@" BINDIR="$PREFIX/bin" DATADIR="$PREFIX/share" "$BINDIR/php" "$DATADIR/php/composer.phar" $@