Add shebangs and set executable bit on scripts
This commit is contained in:
parent
04e44c860c
commit
c24ba626a7
1
doorUpdater.py
Normal file → Executable file
1
doorUpdater.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import requests
|
||||
import csv
|
||||
|
1
events.py
Normal file → Executable file
1
events.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import requests
|
||||
from xml.etree import ElementTree as ET
|
||||
import urllib3
|
||||
|
1
old_xml_based.py
Normal file → Executable file
1
old_xml_based.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import requests
|
||||
from xml.etree import ElementTree as ET
|
||||
import csv
|
||||
|
1
sendSchedule.py
Normal file → Executable file
1
sendSchedule.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import requests
|
||||
from xml.etree import ElementTree as ET
|
||||
import urllib3
|
||||
|
Reference in New Issue
Block a user