aboutsummaryrefslogtreecommitdiff
path: root/bin/web
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-07-03 17:46:40 +0000
committerwkj <devnull@localhost>2004-07-03 17:46:40 +0000
commit71be091310083c828fea31eeb32cdc7b162d9285 (patch)
tree90b3c5b1791e71c991d4d7bcbbbf62975b4fc6c3 /bin/web
parent8414847a0709bcf83b2f0bc198a5390ab5db6072 (diff)
downloadplan9port-71be091310083c828fea31eeb32cdc7b162d9285.tar.gz
plan9port-71be091310083c828fea31eeb32cdc7b162d9285.tar.bz2
plan9port-71be091310083c828fea31eeb32cdc7b162d9285.zip
Vanilla Mozilla, too.
Diffstat (limited to 'bin/web')
-rwxr-xr-xbin/web3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/web b/bin/web
index a7615185..6fe66f96 100755
--- a/bin/web
+++ b/bin/web
@@ -14,6 +14,9 @@ plumb1()
*firefox*)
$BROWSER -remote 'openURL('$i', new-tab)'
;;
+ *mozilla*)
+ $BROWSER -remote 'openURL('$i', new-tab)'
+ ;;
esac
}