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