1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-09-20 20:45:58 +00:00
Pepperminty-Wiki/start-server.sh

5 lines
78 B
Bash

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