dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 2 days agoWhat are some of your favourite developer tools?message-squaremessage-square36linkfedilinkarrow-up152arrow-down10file-text
arrow-up152arrow-down1message-squareWhat are some of your favourite developer tools?dhruv3006@lemmy.world to Ask Lemmy@lemmy.world · 2 days agomessage-square36linkfedilinkfile-text
minus-squareAstroLightz@lemmy.worldlinkfedilinkarrow-up1·1 day agoA 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.
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 bashinto it.Very simple, yet it saves me from having to manually do it every time.