mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08:00
use env in shebangs in pm3-flash-fullimage and rest of tools
This commit is contained in:
parent
7d157606ee
commit
5e88faa2cf
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PM3PATH=$(dirname "$0")
|
PM3PATH=$(dirname "$0")
|
||||||
. "$PM3PATH/pm3"
|
. "$PM3PATH/pm3"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# findbits.py - find Binary, Octal, Decimal or Hex number in bitstream
|
# findbits.py - find Binary, Octal, Decimal or Hex number in bitstream
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
'''
|
'''
|
||||||
# Andrei Costin <zveriu@gmail.com>, 2011
|
# Andrei Costin <zveriu@gmail.com>, 2011
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
'''
|
'''
|
||||||
# Andrei Costin <zveriu@gmail.com>, 2011
|
# Andrei Costin <zveriu@gmail.com>, 2011
|
||||||
|
|
Loading…
Reference in a new issue