2016-01-31 | Paul Boddie | file changeset files shortlog | Added explanatory diagrams for scheduling functions to the resources page. |
paul@629 | 1 | #!/bin/sh |
paul@629 | 2 | |
paul@718 | 3 | for FILENAME in tests/test_*.sh ; do echo $FILENAME ; $FILENAME ; done |