4 lines
46 B
Bash

#!/bin/sh
echo "[*] my-php started"
exec "$@"