You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: Why using #!/usr/bin/env bash instead of #!/bin/bash ? A: Because if bash isn't installed in /bin, but in another place (like /nix/store), then it wouldn't work. This solution should work for both Nix systems and non Nix systems