lazarus/examples/openbrowser/OpenURLInFirefox.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
firefox -remote "openurl($1)" || firefox $1 &