From 53a4f509d092512d525c8fd91368fa28f82010dc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 14 Apr 2019 23:17:53 +0200 Subject: [PATCH] proxmark3.sh: pass the options --- proxmark3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmark3.sh b/proxmark3.sh index b109d82e6..1971f41a5 100755 --- a/proxmark3.sh +++ b/proxmark3.sh @@ -26,7 +26,7 @@ function wait4proxmark_macOS { # start proxmark with first detected interface if [[ $(uname | awk '{print toupper($0)}') == "LINUX" ]]; then - client/proxmark3 $(wait4proxmark_Linux) + client/proxmark3 $(wait4proxmark_Linux) $* elif [[ $(uname | awk '{print toupper($0)}') == "DARWIN" ]]; then - client/proxmark3 $(wait4proxmark_macOS) + client/proxmark3 $(wait4proxmark_macOS) $* fi