imip-agent

test_all.sh

1190:a91c990d9a3e
2016-06-04 Paul Boddie Added unlimited quota details and an example of combining limits and delegation. Tidied up various existing flowcharts.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done