#!/bin/sh
# less initialization script (sh)
env LESSOPEN="|/usr/bin/lesspipe.sh %s" /usr/bin/less.bin $*

