Merge pull request #53 from doegox/python-shebang

Fix python #! and exec rights
This commit is contained in:
Georg Land
2016-10-25 09:14:54 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Command line tool to analyze binary dump files from the Chameleon
# Authors: Simon K. (simon.kueppers@rub.de)
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
#
# Command line tool to control the Chameleon through command line
# Authors: Simon K. (simon.kueppers@rub.de)