From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 26 Nov 1998 10:36:47 -0500 From: Russ Cox rsc@plan9.bell-labs.com Subject: [9fans] RC shell Topicbox-Message-UUID: 8bb93dde-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19981126153647.kIpl5vM3yW_RJT9BdAs3kSR2axCh0KsbLIhvhxrWSQM@z> #!/bin/sh TESTS=full.test cat $TESTS | while(TESTLINE=`{read}) { ... } that clip look suspiciously like an hbench maindriver script. is there a reason to rewrite it rather than just run it under ape/psh?