bat-extras/test/shimexec/not_less

11 lines
153 B
Plaintext
Raw Normal View History

2020-04-06 22:01:39 +02:00
#!/usr/bin/env bash
if [[ "$1" = "--version" ]]; then
cat <<EOF
not less ${MOCK_LESS_VERSION:-551} (PCRE regular expressions)
:(
EOF
exit 0
fi
cat "$1"