bat-extras/test/shimexec/not_less
2020-04-06 13:01:39 -07:00

11 lines
153 B
Bash
Executable File

#!/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"