kali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 天前it's just the worstlemmy.worldimagemessage-square183fedilinkarrow-up1410arrow-down147
arrow-up1363arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 天前message-square183fedilink
minus-squareunalivejoy@lemmy.ziplinkfedilinkarrow-up32·2 天前Just whatever you do, don’t ln -s /bin/fish /bin/sh
minus-squareFlipper@feddit.orglinkfedilinkarrow-up4·2 天前Well a shell script that can only run with Nash should include !# bin bash in the header.
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up17·2 天前You assume everyone writes shebangs correctly. Also ideally you’d use #!/usr/bin/env bash
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up11·edit-22 天前I see. Proceed to write #!/bin/env bash
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up4·2 天前It still gives you basically no advantage compared to just making your terminal emulator launch fish by default. And well, it does give you the major disadvantage that scripts without shebang will fail.
Just whatever you do, don’t
ln -s /bin/fish /bin/shWell a shell script that can only run with Nash should include !# bin bash in the header.
You assume everyone writes shebangs correctly. Also ideally you’d use
#!/usr/bin/env bashI see.
Proceed to write
#!/bin/env bashIt still gives you basically no advantage compared to just making your terminal emulator launch
fishby default. And well, it does give you the major disadvantage that scripts without shebang will fail.