1#!/bin/sh 2# 3# wrapper for TS_ONLY mode 4# 5PATH=`dirname "$0"`:$PATH; export PATH 6SSVNC_TS_ONLY=1; export SSVNC_TS_ONLY 7exec ssvnc -ts "$@" 8