From a9ccafc25d1ff6c8fe4171e7a09bc8b691cee9a4 Mon Sep 17 00:00:00 2001 From: Brett Williams Date: Thu, 6 Mar 2025 00:19:14 -0600 Subject: [PATCH] Add shebang and make scripts executable --- agent_manager.py | 2 ++ build_agent.py | 2 ++ 2 files changed, 4 insertions(+) mode change 100644 => 100755 agent_manager.py mode change 100644 => 100755 build_agent.py diff --git a/agent_manager.py b/agent_manager.py old mode 100644 new mode 100755 index 07b9ced..52dcc98 --- a/agent_manager.py +++ b/agent_manager.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import argparse import concurrent.futures import os diff --git a/build_agent.py b/build_agent.py old mode 100644 new mode 100755 index d9dde86..b9225da --- a/build_agent.py +++ b/build_agent.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import datetime import signal import socket