Pepperminty-Wiki/start-server.sh

4 lines
77 B
Bash

#!/usr/bin/env bash
php -S [::]:35623 -t build &
sensible-browser [::]:35623