diff options
author | BonfaceKilz | 2021-10-19 14:55:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-25 14:00:14 +0300 |
commit | 6bdf173ccb79e2e21cfc4e0d96377dae3bd1e6c1 (patch) | |
tree | e3a71cb02594418e0de81231847fbc71713624b3 /scripts/authentication/group.py | |
parent | 150a527924f071a06bafc835e03b12eaa12b5768 (diff) | |
download | genenetwork2-6bdf173ccb79e2e21cfc4e0d96377dae3bd1e6c1.tar.gz |
scripts: group.py: Add shebang
Diffstat (limited to 'scripts/authentication/group.py')
-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: |