Here is a neat trick to make the current directory hierarchy available online:
$ cd /tmp
$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
Data, words, code
Here is a neat trick to make the current directory hierarchy available online:
$ cd /tmp
$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...