Add shebang and make scripts executable

This commit is contained in:
Brett Williams
2025-03-06 00:19:14 -06:00
parent f06d418e29
commit a9ccafc25d
2 changed files with 4 additions and 0 deletions
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import concurrent.futures
import os
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import datetime
import signal
import socket