X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=therapies%2Fpage.sh;h=a53bb923f7c689888873fac2de87e86a6335c8df;hb=be67cb59512145a0fa5b8c6686996f3876618570;hp=bbe845b66f2b76ea2b1e4a6f396a7fcd28158924;hpb=018d602b21a66c074827d67c1c36d9c97679853a;p=lobster diff --git a/therapies/page.sh b/therapies/page.sh index bbe845b..a53bb92 100755 --- a/therapies/page.sh +++ b/therapies/page.sh @@ -57,7 +57,7 @@ therapy_sessions(){ ] EOF - seq $((n - 1)) -1 1 | while read n; do + for n in $(seq $((n - 1)) -1 1); do session_n="$n" sid=session${session_n} @@ -93,7 +93,7 @@ cat <