lazarus/examples/openbrowser/OpenURLInNetscape.sh
mattias 850280fdb8 added example to start a browser under linux
git-svn-id: trunk@8791 -
2006-02-21 23:54:52 +00:00

5 lines
70 B
Bash
Executable File

#!/usr/bin/env bash
netscape -remote "openurl($1)" || netscape $1 &