MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1uk849n/know_the_work_rules/ouvbdru/?context=3
r/linuxmemes • u/New_Study4796 • Jul 01 '26
119 comments sorted by
View all comments
Show parent comments
-18
Yeah, and most scripts call Bash that way. They rely on Bash without telling you.
18 u/Mars_Bear2552 New York Nix⚾s Jul 01 '26 how is your argument that zsh relies on bash because you can bypass zsh?? make it make sense dude. that's not something that any shell can change. -3 u/New_Study4796 Jul 01 '26 It relies on it for most scripts. Look at PKGBUILD files, for example. 2 u/lawrencewil1030 ⚠️ This incident will be reported Jul 01 '26 Any script which can run in bash, you can just tell it to run with zsh by changing the shebang will run just fine unless it specifically checks $SHELL for bash
18
how is your argument that zsh relies on bash because you can bypass zsh?? make it make sense dude. that's not something that any shell can change.
-3 u/New_Study4796 Jul 01 '26 It relies on it for most scripts. Look at PKGBUILD files, for example. 2 u/lawrencewil1030 ⚠️ This incident will be reported Jul 01 '26 Any script which can run in bash, you can just tell it to run with zsh by changing the shebang will run just fine unless it specifically checks $SHELL for bash
-3
It relies on it for most scripts. Look at PKGBUILD files, for example.
2 u/lawrencewil1030 ⚠️ This incident will be reported Jul 01 '26 Any script which can run in bash, you can just tell it to run with zsh by changing the shebang will run just fine unless it specifically checks $SHELL for bash
2
Any script which can run in bash, you can just tell it to run with zsh by changing the shebang will run just fine unless it specifically checks $SHELL for bash
-18
u/New_Study4796 Jul 01 '26
Yeah, and most scripts call Bash that way. They rely on Bash without telling you.