5 lines
122 B
Bash
5 lines
122 B
Bash
#! /bin/sh
|
|
# $FreeBSD$
|
|
# Launch %%GECKO%% for urlview
|
|
URL=$@
|
|
%%GECKO%% -remote "openurl($URL, new-tab)" || %%GECKO%% $URL
|