Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7070 - (show annotations) (download)
Mon Sep 7 10:50:48 2015 UTC (8 years, 8 months ago) by niro
File size: 185 byte(s)
created branch 'alx-web-070'
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 $@