Skip to content

Commit

Permalink
Update autorecon.py
Browse files Browse the repository at this point in the history
Added shabang.
  • Loading branch information
Tib3rius committed Sep 14, 2021
1 parent 7ec6b12 commit fa75408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autorecon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python3

from autorecon.main import main

if __name__ == '__main__':
Expand Down

0 comments on commit fa75408

Please sign in to comment.