From 7477a1dc37a51a676ac3841f6141c6435ee72e8b Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 3 Feb 2026 15:43:18 +0100 Subject: [PATCH] (bash) test `tput` to format text output --- bash-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash-test.sh b/bash-test.sh index b7ae015..7a26f48 100755 --- a/bash-test.sh +++ b/bash-test.sh @@ -12,4 +12,8 @@ else root_dir="$(realpath "${root_dir}")" fi +tput smso echo ${root_dir} +tput rmso + +echo "blargh"