mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Fix python #! and exec rights
This commit is contained in:
Regular → Executable
+1
-1
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user