root/trunk/licq/bin/viewurl-lynx.sh
| Revision 4526, 336 bytes (checked in by erijo, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # |
| 3 | # A shell script to view a url using lynx and xterm |
| 4 | # Set the XTERM variable to where your xterm binary is and |
| 5 | # the LYNX variable to where your lynx binary is or |
| 6 | # leave them as is if the binaries are in your path. |
| 7 | # |
| 8 | # Graham Roff, February 1999. |
| 9 | # |
| 10 | |
| 11 | XTERM=xterm |
| 12 | LYNX=lynx |
| 13 | |
| 14 | ${XTERM} -title "Licq URL View" -e ${LYNX} "$1" |
Note: See TracBrowser
for help on using the browser.
