added alias for python's SimpleHTTPServer

This commit is contained in:
Rich Manalang
2010-10-07 17:21:05 -07:00
parent 22d2581f19
commit bbd6c02cb5

View File

@@ -0,0 +1,4 @@
#!/bin/bash
alias http='python -m SimpleHTTPServer'