|
|
|
|
|
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. |
|