mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-24 23:45:38 +08:00
5 lines
No EOL
134 B
Bash
Executable file
5 lines
No EOL
134 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
|
|
|
|
php -dphar.readonly=0 "$basedir/other/build_phar.php" $* |