onionshare/bin/tails-onionshare
2014-05-24 22:57:25 -04:00

13 lines
210 B
Bash
Executable File

#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "You need to run this as root" 1>&2
exit 1
fi
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export ONIONSHARE_PLATFORM=Tails
$DIR/onionshare $@