mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02:00
5 lines
No EOL
134 B
Bash
5 lines
No EOL
134 B
Bash
#!/usr/bin/env bash
|
|
|
|
basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
|
|
|
|
php -dphar.readonly=0 "$basedir/other/build_phar.php" $* |