Lots of changes

This commit is contained in:
Duke Leto
2019-12-10 17:36:29 -05:00
parent 94f922932a
commit 62263ef1b8
4 changed files with 107 additions and 25 deletions

View File

@@ -9,8 +9,6 @@ echo
for tool in "${tools[@]}"
do
echo "$tool location: `which $tool`"
echo "$tool version: `$tool --version`"
echo
echo "$tool version: `$tool --version|grep -i version`"
echo "-------"
echo
done