diff --git a/start.sh b/start.sh index 0307e5155..1c32764cb 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,6 @@ #!/bin/sh DEBUG=True -gunicorn -b 127.0.0.1:7200 mdweb:app \ No newline at end of file +gunicorn -b 127.0.0.1:7200 mdweb:app + +open "http://127.0.0.1:7200" \ No newline at end of file