1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-15 13:54:56 +00:00

Create bash script to start server and open it in the default browser.

This commit is contained in:
Starbeamrainbowlabs 2015-10-08 09:30:16 +01:00
parent db7ee5bc1c
commit 2006403a37

4
start-server.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
php -S [::]:35623 -t build &
sensible-browser [::]:35623