From 3bfdb58efa320f5e8800b641fe95e71924c4799f Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Oct 15 2023 01:35:25 +0000 Subject: scripts: add/fix shebangs --- diff --git a/scripts/checkstatus/check.py b/scripts/checkstatus/check.py index e166904..cffb589 100644 --- a/scripts/checkstatus/check.py +++ b/scripts/checkstatus/check.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import time import datetime import dateutil.relativedelta diff --git a/scripts/get_emails_from_fas/get_emails_from_fas.py b/scripts/get_emails_from_fas/get_emails_from_fas.py old mode 100644 new mode 100755 index 3f5b4df..e399cbd --- a/scripts/get_emails_from_fas/get_emails_from_fas.py +++ b/scripts/get_emails_from_fas/get_emails_from_fas.py @@ -1,4 +1,3 @@ - #!/usr/bin/env python3 """ Get e-mail addresses for provided their FAS usernames.