Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
be20972cf0de26e6cf2e09e75f14c5667ffad83c
/
.
/
plugins
/
available
/
python.plugin.bash
blob: c705d5b39b411be134273da948a8023a498e62fc [
file
] [
log
] [
blame
]
cite about
-
plugin
about
-
plugin
'alias "http" to SimpleHTTPServer'
if
[
$
(
uname
)
=
"Linux"
]
then
alias http
=
'python2 -m SimpleHTTPServer'
else
alias http
=
'python -m SimpleHTTPServer'
fi