From 71be091310083c828fea31eeb32cdc7b162d9285 Mon Sep 17 00:00:00 2001 From: wkj Date: Sat, 3 Jul 2004 17:46:40 +0000 Subject: Vanilla Mozilla, too. --- bin/web | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/web') 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 } -- cgit v1.2.3