aboutsummaryrefslogtreecommitdiff
path: root/tor-browser
diff options
context:
space:
mode:
Diffstat (limited to 'tor-browser')
-rwxr-xr-xtor-browser16
1 files changed, 0 insertions, 16 deletions
diff --git a/tor-browser b/tor-browser
deleted file mode 100755
index 0267d2b..0000000
--- a/tor-browser
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# Wrapper for the Tor Software Bundle
-#
-
-ARCH="`uname -m`"
-
-if [ "$ARCH" == "i386" ]; then
- ARCH="linux32"
-elif [ "$ARCH" == "i686" ]; then
- ARCH="linux32"
-elif [ "$ARCH" == "x86_64" ]; then
- ARCH="linux64"
-fi
-
-$HOME/apps/tor-browser/$ARCH/start-tor-browser &> $HOME/apps/tor-browser/$ARCH/Data/Browser/tor-browser.log &