plumber

Plumber – a modern approach to plumbing
git clone git://r-36.net/plumber
Log | Files | Refs | README | LICENSE

mozopener (152B)


      1 #!/bin/sh
      2 
      3 # moz:// is fake of mozilla.
      4 
      5 if [ $# -lt 1 ];
      6 then
      7 	printf "usage: %s URI\n" "$(basename "$0")" >&2
      8 	exit 1
      9 fi
     10 
     11 plumb "http://mozilla.org"
     12