#!/usr/bin/env bash

# If you see this message, you probably attempted to start TeamViewer.
# Please open a terminal (Konsole, gnome-terminal, xterm),
# navigate to this folder (type 'cd /path/to/teamviewer' [Enter])
# then execute TeamViewer (type './teamviewer' [Enter])

#"readlink -e" could not be used at the moment as busybox is running on Qnap and it does not have "-e" option.
TV_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "$TV_SCRIPT_DIR/tvw_main"

Main "$@"
