6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# author: Daniel Sommer <daniel.sommer@velvettear.de>
|
|
# license: MIT
|
|
|
|
php-fpm8 -D && nginx
|