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