From ef6892fd6a3c95d7076b0e707f20f38430d8948b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 30 Apr 2025 10:47:54 +0200 Subject: Improve rtt-show commands. rtt show GAME [ JSON-PATH ] rtt show-snap GAME [ SNAP [ JSON-PATH ] ] For example: rtt show 123 active rtt show 123 undo rtt show 123 hand[0] --- bin/rtt-foreach | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/rtt-foreach') diff --git a/bin/rtt-foreach b/bin/rtt-foreach index 22feb77..268d64b 100755 --- a/bin/rtt-foreach +++ b/bin/rtt-foreach @@ -8,6 +8,7 @@ fi for M in $(sqlite3 db "select title_id from titles") do + echo echo "Entering 'public/$M'" if pushd public/$M >/dev/null then @@ -15,3 +16,4 @@ do popd >/dev/null fi done +echo -- cgit v1.2.3