mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Use /usr/bin/env in shebangs
Stop assuming that bash is in /bin, and that perl and python are in /usr/bin, etc. Instead, use env command to find these commands in the path.
This commit is contained in:
parent
bf66d66114
commit
7d157606ee
23 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# xorcheck.py - find xor values for 8-bit LRC
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue