Skip to content

Instantly share code, notes, and snippets.

@ehernandez-xk
Created March 22, 2019 03:26
Show Gist options
  • Save ehernandez-xk/39ca02dd23ac821cbcc7c4c2b8f871f2 to your computer and use it in GitHub Desktop.
Save ehernandez-xk/39ca02dd23ac821cbcc7c4c2b8f871f2 to your computer and use it in GitHub Desktop.
small python server - share files in the network
#!/bin/bash
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment