Magellan Linux

Contents of /alx-src/branches/alx-web-060/pnabrowse-wrapper

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2635 - (show annotations) (download)
Thu Jul 7 19:33:54 2011 UTC (12 years, 9 months ago) by niro
File size: 185 byte(s)
-typo
1 #!/bin/sh
2
3 # first try the profile
4 [[ -f /etc/profile ]] && source /etc/profile
5
6 # than fallback
7 if [[ -z ${ICAROOT} ]]
8 then
9 ICAROOT="/opt/ica-client"
10 fi
11
12 ${ICAROOT}/util/pnabrowse $@