Use long param names when starting local Content Editor

This commit is contained in:
Oskar Wiksten
2013-08-20 20:41:34 +02:00
parent f620ca924e
commit 126eb49e10

View File

@@ -1,3 +1,10 @@
#!/bin/sh
weborf -b "$(dirname $0)/../"
cat <<END
============
Starting local content editor at http://localhost:8080/AndorsTrailEdit/editor.html
============
END
weborf --port 8080 --mime --basedir "$(dirname $0)/../"