Hacker News new | ask | show | jobs
by jlgreco 4778 days ago
> Want to run a bash script? Just run bash fooshnizzle.sh

Why not just

  #!/usr/bin/env bash
? In zsh I never worry about running bash scripts because they run by the kernel with the shell/interpreter specified after the hashbag.
1 comments

Same thing in fish. Either way works just fine.