diff options
| -rwxr-xr-x[-rw-r--r--] | scripts/authentication/group.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py index c8c2caad..460a6329 100644..100755 --- a/scripts/authentication/group.py +++ b/scripts/authentication/group.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """A script for adding users to a specific group. Example: | 
