Files
gvm/scripts/listall
T
2012-02-28 21:55:24 -08:00

13 lines
227 B
Bash
Executable File

#!/bin/bash
. $GVM_ROOT/scripts/functions
echo "
gvm gos (available)
"
curl -s https://go.googlecode.com/hg/.hgtags | awk '{ print $2 }'
if [[ $? -ne 0 ]]; then
display_error "Failed to get version list from Google"
fi
echo