lazarus/examples/openbrowser/OpenURLInMozilla.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
68 B
Bash
Executable File

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