Use color for go version list

This commit is contained in:
Joshua Bussdieker
2012-02-29 13:25:01 -08:00
parent 5d025fe287
commit 3bb6d28ea2
+5 -3
View File
@@ -1,7 +1,9 @@
#!/bin/bash
echo "
gvm gos
"
. $GVM_ROOT/scripts/functions
echo
display_message "gvm gos (installed)"
echo
if [ -d $GVM_ROOT/gos ]; then
if [[ "$gvm_go_name" != "" ]]; then
ls -1 $GVM_ROOT/gos | sed 's/^/ /g' | sed 's/^ '$gvm_go_name'/=> '$gvm_go_name'/g'