1 2 3 4 5 6 7 8
#!/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