Files
gvm/scripts/update
T
2012-03-27 22:45:03 -07:00

10 lines
205 B
Bash
Executable File

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