Initial commit
This commit is contained in:
commit
ac1fa7656e
11 changed files with 700 additions and 0 deletions
23
tlclient.csh
Normal file
23
tlclient.csh
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2002-2014 Cendio AB.
|
||||
# For more information, see http://www.cendio.com
|
||||
|
||||
if (! $?PATH) then
|
||||
setenv PATH ""
|
||||
endif
|
||||
|
||||
set new="/opt/thinlinc/bin"
|
||||
switch ($PATH)
|
||||
case "${new}:*":
|
||||
case "*:${new}:*":
|
||||
case "*:${new}":
|
||||
case "${new}":
|
||||
breaksw
|
||||
case "":
|
||||
setenv PATH "${new}"
|
||||
breaksw
|
||||
case "*":
|
||||
setenv PATH "${PATH}:${new}"
|
||||
breaksw
|
||||
endsw
|
||||
|
||||
unset new
|
||||
Loading…
Add table
Add a link
Reference in a new issue