BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 1 day agoError handling in bashnotifox.comexternal-linkmessage-square24fedilinkarrow-up1101arrow-down11
arrow-up1100arrow-down1external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 1 day agomessage-square24fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up3·edit-22 hours ago Do you need POSIX compability? If not, use bash-isms without shame But call it a bash script then! Remember: #!/bin/sh is run by all kinds of shells; consider them POSIX. Bash is #!/bin/bash.
But call it a bash script then! Remember:
#!/bin/shis run by all kinds of shells; consider them POSIX. Bash is#!/bin/bash.