#!/bin/sh
#
# opera-remote: send opera to the file/uri specified as the first arg
#
# Gerald Oskoboiny, 19 Nov 2001
#
# $Id: opera-remote,v 1.1 2001/11/19 21:31:19 gerald Exp $
#

opera -remote "openURL(file:$1)"

