mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
8 lines
151 B
Markdown
8 lines
151 B
Markdown
|
# File-server
|
||
|
|
||
|
The file-server app allows serving a local directory via HTTP.
|
||
|
|
||
|
## Run
|
||
|
```sh
|
||
|
go run ./tools/file-server 8081 /path/to/some/directory
|
||
|
```
|