mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
8 lines
163 B
PHP
8 lines
163 B
PHP
|
#!/usr/bin/env sh
|
||
|
SRC_DIR="`pwd`"
|
||
|
cd "`dirname "$0"`"
|
||
|
cd "../classpreloader/classpreloader"
|
||
|
BIN_TARGET="`pwd`/classpreloader.php"
|
||
|
cd "$SRC_DIR"
|
||
|
"$BIN_TARGET" "$@"
|