File: siaghelp

package info (click to toggle)
siag 3.1.22-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,024 kB
  • ctags: 8,635
  • sloc: ansic: 66,498; lisp: 4,499; sh: 568; makefile: 550
file content (9 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# A script to use Netscape as help browser
# Netscape can't be used directly, as it behaves differently depending
# on an instance of Netscape is already running.
# Put this script in a directory in your PATH. Then do:
# SIAGHELP=siaghelp; export SIAGHELP

(netscape -remote openURL\($@\) || netscape $@) 2> /dev/null