mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:56:28 +08:00
python -m SimpleHTTPServer
This commit is contained in:
parent
5686447a22
commit
e95d981be0
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ Scope:
|
|||
|
||||
- For interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)).
|
||||
|
||||
- For a simple web server for all files in the current directory (and subdirs), available to anyone on your network, use:
|
||||
```
|
||||
python -m SimpleHTTPServer [port]
|
||||
```
|
||||
|
||||
## Processing files and data
|
||||
|
||||
|
|
Loading…
Reference in a new issue