mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
9c73eee995
+ Respect X11BASE. PR: 102954 Submitted by: Thierry Thomas <thierry@@pompo.net>
6 lines
122 B
Bash
6 lines
122 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
# Launch %%GECKO%% for urlview
|
|
URL=$@
|
|
%%GECKO%% -remote "openurl($URL, new-tab)" || %%GECKO%% $URL
|