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

2
agent_manager.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import concurrent.futures
import os

2
build_agent.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import datetime
import signal
import socket