Forked from bonkydog/serve_the_current_directory.bash
Created
August 11, 2010 23:21
Revisions
-
bonkydog renamed this gist
Aug 11, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ python -c "import SimpleHTTPServer;SimpleHTTPServer.test()" -
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # serve the current directory on port 8000 python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"