mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 12:57:23 +08:00
5 lines
134 B
Bash
Executable File
5 lines
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" $* |