root/trunk/licq/bin/viewurl-opera.sh
| Revision 6140, 292 bytes (checked in by flynd, 8 months ago) | |
|---|---|
|
|
| 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 | |
| 10 | OPERA=opera |
| 11 | URLHOME='http://www.licq.org' |
| 12 | |
| 13 | if [ "$1" = "" ] ; then |
| 14 | URL=$URLHOME |
| 15 | else |
| 16 | URL=$1 |
| 17 | fi |
| 18 | |
| 19 | ${OPERA} -newpage "$URL" & |
Note: See TracBrowser
for help on using the browser.
