executable_firefox-react 91 B

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