From 055d17138c2b70a419fb361bfc98374ab6d2013d Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:18:10 +0100 Subject: [PATCH] Update bits-info.sh --- tools/bits-info.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/bits-info.sh b/tools/bits-info.sh index f06397cb..12333e77 100755 --- a/tools/bits-info.sh +++ b/tools/bits-info.sh @@ -8,6 +8,16 @@ SCRIPT_NAME='Bits info' SCRIPT_VERSION='1.5.17' +echo '---' +set -o || echo $? +echo '---' +set +o monitor || echo $? +echo '---' +set -m || echo $? +echo '---' +set +m || echo $1 +echo '---' + ### CONFIGURATION ### set -u 2> /dev/null || :