1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/coless
2023-04-13 00:25:00 +02:00

6 lines
103 B
Bash
Executable file

#!/bin/sh
env \
LESSOPEN='| /usr/bin/src-hilite-lesspipe.sh %s' \
LESS=' -R ' \
less "$@"