#!/bin/sh
#
# $Id: outb.in,v 1.1.1.1 2003/09/23 17:37:27 rusfidogate Exp $
#
# Pager wrapper for out-ls
#
exec /usr/bin/out-ls | ${PAGER-less}

