plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 71be091310083c828fea31eeb32cdc7b162d9285
parent 8414847a0709bcf83b2f0bc198a5390ab5db6072
Author: wkj <devnull@localhost>
Date:   Sat,  3 Jul 2004 17:46:40 +0000

Vanilla Mozilla, too.

Diffstat:
Mbin/web | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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 }