Hacker News new | ask | show | jobs
by simonw 40 days ago
> But seriously, you can put a shebang on an english text file now (if you're sufficiently brave)

That inspired me to figure out how to do exactly that:

https://til.simonwillison.net/llms/llm-shebang

  #!/usr/bin/env -S llm -f
  Generate an SVG of a pelican riding a bicycle
Thanks for the inspiration!
2 comments

A .llm file extension might be in order :)
Oh, that looks pretty clean!