Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / examples / openbrowser / OpenURLInMozilla.sh
Size: Mime:
#!/usr/bin/env bash

mozilla -remote "openurl($1)" || mozilla $1 &