Merge pull request #31 from RasmusWL/master

python -m SimpleHTTPServer
pull/39/merge
Joshua Levy 2015-06-16 08:30:55 -07:00
commit e73181410d
1 changed files with 4 additions and 0 deletions

View File

@ -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