cdist/cdist/conf/type/__go_get/explorer/go-executable

5 lines
132 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2017-05-04 15:29:07 +00:00
[ -f /etc/environment ] && . /etc/environment
[ -f /etc/profile ] && . /etc/profile
go version 2>/dev/null || true