Use color for listall

This commit is contained in:
Joshua Bussdieker
2012-02-29 13:25:29 -08:00
parent 3bb6d28ea2
commit db46a27870
+3 -4
View File
@@ -1,10 +1,9 @@
#!/bin/bash
. $GVM_ROOT/scripts/functions
echo "
gvm gos (available)
"
curl -s https://go.googlecode.com/hg/.hgtags | awk '{ print $2 }'
echo
display_message "gvm gos (available)"
echo
if [[ $? -ne 0 ]]; then
display_error "Failed to get version list from Google"
fi