Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Bash by monika ( 14 years ago )
#!/bin/sh
userid=$(id -u)
tv_ver="6"
if [ $userid = 0 ]
then
echo TeamViewer must not be executed as root!
exit 1
fi
export TV_BINDIR=/opt/teamviewer/teamviewer/$tv_ver/bin
exec "$TV_BINDIR"/wrapper "c:\Program Files\TeamViewer\Version$tv_ver\TeamViewer.exe" "$@"
true
Revise this Paste