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/share

7 lines
113 B
Plaintext

module_load acl
snd_share () {
parent=${1:-$PWD}
share_dir -w -o sysadmin -g users $parent sysadmin david
}