#!/bin/sh -
LESS=${LESS_PAGER:-'-r'} exec /usr/bin/less "$@"
