#!/hint/sh if [ -z "$GOROOT" ]; then export GOROOT="/homes/shumakl/.prefix.$(uname -m)/go" if [ -d "$GOROOT" ]; then PATH="$GOROOT/bin:$PATH" else unset GOROOT fi fi