diff options
author | BonfaceKilz | 2021-10-19 16:17:32 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-25 14:00:14 +0300 |
commit | 5d6559cdc0f9251a90b351bf440b930a000f8354 (patch) | |
tree | 341f89db378b35ea720080ffbeb365a7f41b014a /scripts | |
parent | 467723891d7c153c365322ea5812a714186a478d (diff) | |
download | genenetwork2-5d6559cdc0f9251a90b351bf440b930a000f8354.tar.gz |
scripts: resource.py: Add shebang
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/authentication/resource.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/authentication/resource.py b/scripts/authentication/resource.py index 1a2bcd8a..1f5f31d8 100644..100755 --- a/scripts/authentication/resource.py +++ b/scripts/authentication/resource.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """A script that: - Optionally restores data from a json file. |