fish/functions/serve-this.fish @ 1a09a1c137ff

oh christ
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Nov 2015 22:46:00 +0000
parents d66bfb2537fe
children 476dcce0f104
function serve-this -d "Launch a webserver on 8000 serving the cwd"
    python -m SimpleHTTPServer
end