initial commit
This commit is contained in:
commit
b39b82463b
13 changed files with 214 additions and 0 deletions
15
mserve
Executable file
15
mserve
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
# docstring=serve files with http.
|
||||
set -E -o pipefail
|
||||
|
||||
miniserve \
|
||||
--auth=guest:Super9000! \
|
||||
--color-scheme-dark=monokai \
|
||||
--qrcode \
|
||||
--dirs-first \
|
||||
--hide-version-footer \
|
||||
--show-wget-footer \
|
||||
--title="Rano's quick share"
|
||||
|
||||
|
||||
# implement a switch for easy --upload-files=DIR
|
Loading…
Add table
Add a link
Reference in a new issue