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

Commit 2276c06

Browse files
adding shabang
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
1 parent dbe142c commit 2276c06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python2
2+
13
from setuptools import setup, find_packages
24

35
setup(name='crackmapexec',

0 commit comments

Comments
 (0)