Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
bae8a1cd6ff981bfa1e49f1b9d210b3492ce0bdf
/
.
/
plugins
/
available
/
python.plugin.bash
blob: 6c87f8a9a3f6923d6e2dfef1a85f7144af9fca37 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
if
[
$
(
uname
)
=
"Linux"
]
then
alias http
=
'python2 -m SimpleHTTPServer'
else
alias http
=
'python -m SimpleHTTPServer'
fi