BlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 1 day agoError handling in bashnotifox.comexternal-linkmessage-square24fedilinkarrow-up199arrow-down11cross-posted to: [email protected]
arrow-up198arrow-down1external-linkError handling in bashnotifox.comBlackEco@lemmy.blackeco.com to Programming@programming.devEnglish · 1 day agomessage-square24fedilinkcross-posted to: [email protected]
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up3·edit-28 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.