#!/bin/sh # long directory listing. If running saveon, don't colorize it. case "$SAVEON" in "") opt='--color=auto' ;; *) opt='' ;; esac unset BLOCK_SIZE # throws off the results. exec /usr/local/bin/gls -lF $opt ${1+"$@"}