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

7 lines
185 B
Plaintext
Raw Normal View History

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