aboutsummaryrefslogtreecommitdiff
path: root/tests/xdg-open
blob: 0b89ef40365a0ff70532e864ecb3209d828a485c (plain) (blame)
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