This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-host/giskard/function/golang

11 lines
201 B
Bash

#!/bin/bash
module_load golang-install
module_load acl
# echo loaded golang func
golang() {
golang_install -e m
if [[ $? -eq 0 ]]; then
share_dir -w -o sysadmin -g users /opt/go sysadmin david
fi
}