1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/coless
2023-04-16 22:58:56 +02:00

6 lines
96 B
Bash
Executable file

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