Advertisement
FlyFar

runfoxrun.sh

Feb 8th, 2024
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | Cybersecurity | 0 0
  1. #!/bin/bash
  2.  
  3. #export NSPR_LOG_MODULES=all:5
  4. #export NSPR_LOG_MODULES=nsNativeModuleLoader:5
  5. export NO_EM_RESTART=1
  6. export MOZ_NO_REMOTE
  7. export MOZ_CRASHREPORTER_DISABLE=1
  8.  
  9. /Applications/Firefox.app/Contents/MacOS/firefox-bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement