Files
gvm/scripts/update
T
2012-03-14 03:35:00 -07:00

10 lines
205 B
Bash
Executable File

#!/bin/bash
. $GVM_ROOT/scripts/functions
cd $GVM_ROOT/archive/go &> /dev/null ||
display_error "Failed to find local Go source"
cd $GVM_ROOT/archive/go && hg pull ||
display_error "Failed to update"