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
1 changed files with 4 additions and 0 deletions

4
start-server.sh Normal file
View File

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