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

      • AstroLightz@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 months 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.