Skip to content

Commit

Permalink
Update analyzeMFT.py
Browse files Browse the repository at this point in the history
Add missing shebang (#137)

Signed-off-by: wbi-ocd <william.billaud@orangecyberdefense.com>
  • Loading branch information
wbi-ocd authored Sep 5, 2024
1 parent 7c9a360 commit c48b9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyzeMFT.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import sys
import asyncio
Expand All @@ -9,4 +10,4 @@
if __name__ == "__main__":
if sys.platform == "win32":
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
asyncio.run(main())
asyncio.run(main())

0 comments on commit c48b9b7

Please sign in to comment.