diff --git a/usr/bin/expresso b/usr/bin/expresso index e4933a9..07a997f 100755 --- a/usr/bin/expresso +++ b/usr/bin/expresso @@ -6,6 +6,6 @@ expresso () SCRIPT=expresso_stat.sh; TAIL=${1:-1000}; vim + $DIR/$HISTORY; - bash $DIR/$SCRIPT $DIR/$HISTORY $TAIL + bash $SCRIPT $DIR/$HISTORY $TAIL } expresso "$@"