mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-06 19:50:01 +01:00
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<END
|
|
|
|
============
|
|
Starting local content editor at http://localhost:8080/AndorsTrailEdit/editor.html
|
|
============
|
|
|
|
END
|
|
webfsd -F -p 8080 -r "$(dirname $0)/../"
|