mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-16 14:33:01 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/usr/bin/env bash
|
||
|
php -S [::]:35623 -t build &
|
||
|
|
||
|
sensible-browser [::]:35623
|