( git://dome.circumlunar.space/~hb9kns/sharem/README.md ) ( commit 8d9c1683e52f917be529706196aa4330576161d3 ) # sharem scripts This is a small suite of scripts for use on a shared system where people may want to set up folders and files for sharing with other local users. All code is under a BSD 3-clause-license. ## sharginit This script requires the name of a directory to be generated, and optionally a group whose members should be able to collaborate in this directory. It will also try to initialize the directory as a git repo. Standard permissions of the directory are 3775, i.e everybody has read and execute permissions, but only user and group have write permissions, and the group will be inherited to directories and files generated in the main directory. In addition, files can be deleted only be the owner. If you want other standard permissions, set the env.variable SHARPERMS. Standard group can be set by option, or env.variable SHARGROUP. --- *(2018 Yargo/HB9KNS)*