Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a38012f
)
python plugin updated to work with archlinux (envvar python is python 3 not 2).
author
Jesus de Mula Cano
<demula@gmail.com>
Fri, 4 Mar 2011 10:48:12 +0000
(11:48 +0100)
committer
Jesus de Mula Cano
<demula@gmail.com>
Fri, 4 Mar 2011 10:48:12 +0000
(11:48 +0100)
plugins/python.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/python.plugin.bash
b/plugins/python.plugin.bash
index
92f50e0
..
280beb1
100644
(file)
--- a/
plugins/python.plugin.bash
+++ b/
plugins/python.plugin.bash
@@
-1,4
+1,4
@@
#!/bin/bash
-alias http='python -m SimpleHTTPServer'
+alias http='python
2
-m SimpleHTTPServer'