←back to thread

768 points speckx | 2 comments | | HN request time: 0.512s | source
1. desireco42 ◴[] No.45677163[source]
I had youtube and serveit and some others, but pasta is really good, thanks!
replies(1): >>45679118 #
2. janpmz ◴[] No.45679118[source]
Last month I saw a tweet how to serve files using

python3 -m http.server 1337

Then I turned it into an alias, called it "serveit" and tweeted about it. And now I see it as a bash script, made a little bit more robust in case python is not installed :)