diff options
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 |