Initial commit
This commit is contained in:
commit
ac1fa7656e
11 changed files with 700 additions and 0 deletions
14
tlclient.sh
Normal file
14
tlclient.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# -*- mode: shell-script; coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2002-2014 Cendio AB.
|
||||
# For more information, see http://www.cendio.com
|
||||
|
||||
new="/opt/thinlinc/bin"
|
||||
case "${PATH}" in
|
||||
${new}:*|*:${new}:*|*:${new}|${new}) ;;
|
||||
"") PATH="${new}" ;;
|
||||
*) PATH="${PATH}:${new}" ;;
|
||||
esac
|
||||
|
||||
unset new
|
||||
export PATH
|
||||
Loading…
Add table
Add a link
Reference in a new issue