• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2#
3# wrapper for SSH_ONLY mode
4#
5PATH=`dirname "$0"`:$PATH; export PATH
6SSVNC_SSH_ONLY=1; export SSVNC_SSH_ONLY
7exec ssvnc -ssh "$@"
8