mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Create bash script to start server and open it in the default browser.
This commit is contained in:
parent
db7ee5bc1c
commit
2006403a37
1 changed files with 4 additions and 0 deletions
4
start-server.sh
Normal file
4
start-server.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
php -S [::]:35623 -t build &
|
||||
|
||||
sensible-browser [::]:35623
|
Loading…
Reference in a new issue