From 87c4e3e774970b7c39902d8ee06b2bdf0d104ab5 Mon Sep 17 00:00:00 2001 From: Ujjwal R <75781631+ujjwall-R@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:43:52 +0530 Subject: [PATCH] Update dree.sh --- dree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dree.sh b/dree.sh index e4a6909..4db3ebc 100755 --- a/dree.sh +++ b/dree.sh @@ -1,2 +1,2 @@ script_dir="$(dirname "$0")" -make run -C "$script_dir" ARGS="$(pwd) $1 $2 $3" +make run -s -C "$script_dir" ARGS="$(pwd) $1 $2 $3"