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

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

  • 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.

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

  • Why not `python3 -m http.server`?