/examples/openbrowser/OpenURLInMozilla.sh
http://github.com/graemeg/lazarus · Shell · 4 lines · 1 code · 2 blank · 1 comment · 1 complexity · 056f84349d32b7a6cf24efc74a0314c0 MD5 · raw file
- #!/usr/bin/env bash
- mozilla -remote "openurl($1)" || mozilla $1 &