diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-30 10:47:54 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-30 17:50:37 +0200 |
commit | ef6892fd6a3c95d7076b0e707f20f38430d8948b (patch) | |
tree | 11c8aaa3978ea7a4f91b2f7b8d1913e4384680a6 /bin/rtt-foreach | |
parent | b22ca94f482ce9374c92d4fd58d83f9f174a5cb9 (diff) | |
download | server-ef6892fd6a3c95d7076b0e707f20f38430d8948b.tar.gz |
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]
Diffstat (limited to 'bin/rtt-foreach')
-rwxr-xr-x | bin/rtt-foreach | 2 |
1 files changed, 2 insertions, 0 deletions
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 |