#!/bin/sh # htmlview compat script if [ $# -gt 0 ]; then exec /usr/bin/xdg-open "$@" else exec /usr/bin/xdg-open http://vinelinux.org/ fi