Add Debian Buster variant

This commit is contained in:
J0WI
2019-07-10 17:20:35 +02:00
parent 66234ccc01
commit ccbe53516f
76 changed files with 7109 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
set -e
# first arg is `-f` or `--some-option`
if [ "${1#-}" != "$1" ]; then
set -- php "$@"
fi
exec "$@"