Skip to content

Instantly share code, notes, and snippets.

@seungwon0
Created October 19, 2012 11:34
Show Gist options
  • Save seungwon0/3917723 to your computer and use it in GitHub Desktop.
Save seungwon0/3917723 to your computer and use it in GitHub Desktop.
Melon HTTP Server for Android
import os
import SimpleHTTPServer
os.chdir('/sdcard/melon')
SimpleHTTPServer.test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment