Pepperminty-Wiki/start-server.sh

5 lines
78 B
Bash

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