Tell us the problem or your need
#!/bin/bash in standalone script will not works in Nix.
Describe the solution you'd like
Use #!/usr/bin/env bash instead.
Other solutions?
You can changes the script yourselves.
Additional context and references
Though, replacing to the new shebang got the script to run, I've yet to get the standalone script to works.
Tell us the problem or your need
#!/bin/bashin standalone script will not works in Nix.Describe the solution you'd like
Use
#!/usr/bin/env bashinstead.Other solutions?
You can changes the script yourselves.
Additional context and references
Though, replacing to the new shebang got the script to run, I've yet to get the standalone script to works.