mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Use long param names when starting local Content Editor
This commit is contained in:
@@ -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)/../"
|
||||
|
||||
Reference in New Issue
Block a user