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

7 lines
185 B
Bash
Executable File

#!/bin/sh
# shellcheck disable=SC1091
[ -f /etc/environment ] && . /etc/environment
# shellcheck disable=SC1091
[ -f /etc/profile ] && . /etc/profile
go version 2>/dev/null || true