tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dbus.sh (62B)


      1 #!/bin/bash
      2 
      3 set -e
      4 
      5 /etc/init.d/dbus start 2>&1
      6 
      7 exec "${@}"