home.social

#shebang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #shebang, aggregated by home.social.

  1. 🤔 Ah yes, the shebang: the arcane sorcery of #Unix that only the truly initiated can understand. This article is a riveting journey through a labyrinth of cryptic #commands, ancient UNIX dialects, and #shell incantations that only the most daring #sysadmins dare to comprehend. 🔮 Spoiler alert: it's mostly a lot of blah blah blah with a sprinkle of #! ✨ for flavor.
    in-ulm.de/%7Emascheck/various/ #shebang #tech #humor #coding #HackerNews #ngated

  2. /usr/bin/env 在 shebang 可以用 -S 展開參數

    在「Using uv as your shebang line」這邊看到的範例:

    #!/usr/bin/env -S uv run --script

    查了 env 的 manpage 翻到這是給 shebang 用的:

    -S, --split-string=S
    process and split S into separate arguments; used to pass multiple arguments on shebang

    blog.gslin.org/archives/2025/0

    #Computer #Murmuring #Software #env #shebang #shell