Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
imip-agent
test_all.sh
1092:3af9af02d14a
731:8c43fba1f9b1
718:845235758980
2015-09-13
Paul Boddie
raw
annotate
files
changeset
graph
Updated the documentation and scripts with information on local SMTP mode, parameterising the scripts and adding help texts.
1
#!/bin/sh
2
3
for
FILENAME in tests/test_*.sh
;
do
echo
$FILENAME
;
$FILENAME
;
done