#!/bin/sh set -eu # This is a noop executable, to test git-permalink without interating # with xdg-open proper. # shellcheck disable=2145 echo "xdg-open: $@" >&2