/examples/openbrowser/OpenURLInMozilla.sh

http://github.com/graemeg/lazarus · Shell · 4 lines · 1 code · 2 blank · 1 comment · 1 complexity · 056f84349d32b7a6cf24efc74a0314c0 MD5 · raw file

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