executable_firefox-nix 89 B

123456
  1. #!/usr/bin/env bash
  2. set -o errexit -o pipefail
  3. exec firefox --new-instance -P nix "$@"