mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2026-04-25 13:54:55 -05:00
Add shebang and make scripts executable
This commit is contained in:
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
import os
|
import os
|
||||||
|
|||||||
Regular → Executable
+2
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import signal
|
import signal
|
||||||
import socket
|
import socket
|
||||||
|
|||||||
Reference in New Issue
Block a user