Skip to content

Commit

Permalink
allow execution from anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nidem committed Jul 4, 2019
1 parent ab5a199 commit 7ac843f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Veil.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@


if __name__ == "__main__":
import os
os.chdir(os.path.dirname(os.path.realpath(__file__)))

parser = argparse.ArgumentParser(
add_help=False, description="Veil is a framework containing multiple\
Expand Down

0 comments on commit 7ac843f

Please sign in to comment.