From bdfc2281811f324f57a4397dd1c9c05e78b02d0c Mon Sep 17 00:00:00 2001 From: Eduardo Balsa Date: Wed, 8 Sep 2021 15:03:10 +0200 Subject: [PATCH] Added shebang line Added shebang line so that script can be executed directly --- autorecon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autorecon.py b/autorecon.py index 3e8a8a9..ee24b6a 100644 --- a/autorecon.py +++ b/autorecon.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import argparse, asyncio, importlib, inspect, ipaddress, math, os, re, sys, signal, select, socket, termios, time, traceback, tty from datetime import datetime