imip-agent

test_all.sh

1178:3252084e9608
2016-05-13 Paul Boddie Renamed the quota tool and updated the documentation to illustrate the way it currently works.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done