JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

add zsh shell path option #61

Open leoidiaz opened 2 years ago

davidseek commented 2 years ago

+1

davidseek commented 2 years ago

Not sure if John is still merging PRs, but I appreciate the commit. Pulled it on my fork and got instantly unblocked. Thanks dude!

leoidiaz commented 2 years ago

Woah, Thank you. That's Awesome! Hopefully I hear back, otherwise I'll keep my fork up as well in case anyone else wants it!

davidpasztor commented 2 years ago

@JohnSundell could we get this PR merged? Bash doesn't handle things such as wildcard chars in file paths correctly, which zsh does handle, so at the moment I need to call out to a script which explicitly specifies zsh as its path. If this PR is merged, it would simplify things for lots of us!