Magellan Linux

Annotation of /alx-src/tags/alx-web-0_6_0/pnabrowse-wrapper

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2805 - (hide annotations) (download)
Mon Aug 29 20:27:48 2011 UTC (12 years, 8 months ago) by niro
File size: 185 byte(s)
tagged 'alx-web-0_6_0'
1 niro 2634 #!/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 niro 2635 ${ICAROOT}/util/pnabrowse $@