Show HN: Curl lama.sh – sh to start a web server anywhere

by csweichelon 6/19/2019, 12:15 PMwith 8 comments

by cujic9on 6/19/2019, 2:58 PM

So, this just downloads a web server written in Go and runs it? Why isn't this more explicit?

by caspervonbon 6/20/2019, 1:06 PM

Fair warning to users, you should never ever pipe something from the web directly into a shell.

I'm sure the author here has good intentions but, this is aimed at beginners (I'll assume, doubt anyone reasonably experienced would humor this) and teaching them a terrible idea.

by caspervonbon 6/20/2019, 1:03 PM

When are you dropping a cryptominer into it? ;-)

by OceanKingon 6/20/2019, 5:09 PM

Why not `python3 -m http.server`?