Developers are so opinionated that its difficult to pin down one favourite tool !

    • pmk@piefed.ca
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days ago

      Especially when you keep them small, simple, and composable.

      • AstroLightz@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        A shell script to create shell scripts.

        Basically, it takes a file name, then creates a .sh file, and puts the shebang #!/use/bin/env bash into it.

        Very simple, yet it saves me from having to manually do it every time.