root/trunk/licq/bin/viewurl-opera.sh

Revision 6140, 292 bytes (checked in by flynd, 8 months ago)

Updated missleading comment.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#!/bin/sh
2#
3# Brian Hunt ( bmh at canada.com ), December 1999
4#
5# set OPERA to your opera binary.
6# set URLHOME to your default homepage.
7#
8# OPERA VERSION -> TRME
9
10OPERA=opera
11URLHOME='http://www.licq.org'
12
13if [ "$1" = "" ] ; then
14  URL=$URLHOME
15else
16  URL=$1
17fi
18
19${OPERA} -newpage "$URL" &
Note: See TracBrowser for help on using the browser.