Added gvm update to download updateds to the Go source

This commit is contained in:
Joshua Bussdieker
2012-03-02 01:31:00 -08:00
parent d4fa2d8bdb
commit 503ec01aaa
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
. $GVM_ROOT/scripts/functions
cd $GVM_ROOT/archive/go ||
display_error "Failed to find local Go source"
cd $GVM_ROOT/archive/go && hg pull ||
display_error "Failed to update"