mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Merge pull request #561 from sigwinch28/use-env-for-shebangs
Use /usr/bin/env in shebangs
This commit is contained in:
commit
c0a30405e8
27 changed files with 27 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/python3
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import json
|
||||
import subprocess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue