#!/bin/sh # Citadel/UX Utilities Menu (shell script) # version 1.1 - July 1999 # see copyright.txt for copyright information if test -n "$PAGER" then MORECMD=$PAGER elif test -n "$LESSOPEN" then MORECMD=less else MORECMD=more fi while true do clear echo echo echo " Citadel/UX Utilities Menu" cat <