From b43a9de02ed858e3883e0b58565c4ab0a4c9aca0 Mon Sep 17 00:00:00 2001 From: "painpain@minty" Date: Mon, 2 Feb 2026 19:19:09 +0100 Subject: [PATCH] expresso debug (script path) --- usr/bin/expresso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"