Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
adding shabang
Browse files Browse the repository at this point in the history
shabang declaration allows simpler ./setup.py execution on command line which matches existing executable permissions on setup file, rather than requiring 'python setup.py' execution
  • Loading branch information
caesarcipher-r7 authored Feb 5, 2019
1 parent dbe142c commit 2276c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

from setuptools import setup, find_packages

setup(name='crackmapexec',
Expand Down

0 comments on commit 2276c06

Please sign in to comment.