←back to thread

953 points speckx | 1 comments | | HN request time: 0s | source
Show context
desireco42 ◴[] No.45677163[source]
I had youtube and serveit and some others, but pasta is really good, thanks!
replies(1): >>45679118 #
1. 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 :)