mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
proxmark3.sh: pass the options
This commit is contained in:
parent
7912f7494b
commit
53a4f509d0
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ function wait4proxmark_macOS {
|
||||||
# start proxmark with first detected interface
|
# start proxmark with first detected interface
|
||||||
|
|
||||||
if [[ $(uname | awk '{print toupper($0)}') == "LINUX" ]]; then
|
if [[ $(uname | awk '{print toupper($0)}') == "LINUX" ]]; then
|
||||||
client/proxmark3 $(wait4proxmark_Linux)
|
client/proxmark3 $(wait4proxmark_Linux) $*
|
||||||
elif [[ $(uname | awk '{print toupper($0)}') == "DARWIN" ]]; then
|
elif [[ $(uname | awk '{print toupper($0)}') == "DARWIN" ]]; then
|
||||||
client/proxmark3 $(wait4proxmark_macOS)
|
client/proxmark3 $(wait4proxmark_macOS) $*
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue