X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=therapies%2Fpage.sh;h=a53bb923f7c689888873fac2de87e86a6335c8df;hb=be67cb59512145a0fa5b8c6686996f3876618570;hp=a38372f9e3443ebc5caec497cc391369d8aaa432;hpb=ddb4d16fb5108aa0af5e53322974b0c0f26ac408;p=lobster diff --git a/therapies/page.sh b/therapies/page.sh index a38372f..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 <