firefox.sh (118B)
1 #!/bin/sh 2 3 FIREFOX="$(command -v firefox)" 4 [ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@" 5 6 exec firefox-esr "$@"
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |