#!/bin/sh

mozilla -remote 'openURL('$1',new-tab)' || mozilla $1 &
