1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 22:03:02 +00:00
Pepperminty-Wiki/start-server.sh

5 lines
78 B
Bash
Executable file

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