#!/bin/sh
cd /usr/share/jsonbee
exec php -S 0.0.0.0:8080 csp_lab.php "$@"
