Skip to content

Instantly share code, notes, and snippets.

@prasincs
Created April 25, 2009 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prasincs/101760 to your computer and use it in GitHub Desktop.
Save prasincs/101760 to your computer and use it in GitHub Desktop.
#!/bin/sh
# simple Http server for sharing a folder over the network.
python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment