ubaierbhat

whoami

08 Dec 2019

python hack to share current directory with others on lan

alias quickshare="python3 -m http.server"

The directory will be shared on http://{lanip}:8000

Make sure your kill the server once you are done.

Note: This won’t work if your current directory has an index.html file.