2016-02-09 | Paul Boddie | file changeset files shortlog | Removed explicit confirmation and retraction function usage, instead employing scheduling functions to obtain confirmation, retraction, locking and unlocking functions, with each distinct invocation occurring only once. |
paul@629 | 1 | #!/bin/sh |
paul@629 | 2 | |
paul@718 | 3 | for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done |