summaryrefslogtreecommitdiff
path: root/devel/astah-community/files/netscape
blob: 77997f4e77c197f9d18dd372b61b441823c75b8e (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

# add your favorite browser in the top of the list
for browser in mozilla linux-mozilla firefox linux-mozillafirebird opera linux-opera netscape7-english 
do
    type $browser > /dev/null 2>&1 && exec $browser "$@"
done