Fix python #! and exec rights

This commit is contained in:
Philippe Teuwen
2016-10-25 08:00:15 +02:00
parent 046e289dc1
commit c2cfe591ee
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)