mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2025-12-17 08:38:11 +00:00
Add shebang and make scripts executable
This commit is contained in:
2
agent_manager.py
Normal file → Executable file
2
agent_manager.py
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import concurrent.futures
|
||||
import os
|
||||
|
||||
2
build_agent.py
Normal file → Executable file
2
build_agent.py
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import datetime
|
||||
import signal
|
||||
import socket
|
||||
|
||||
Reference in New Issue
Block a user