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