mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 10:57:56 +08:00
chg: don't print "running.."
This commit is contained in:
parent
7e86061a92
commit
337fccf206
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ if [ "$PORT" = "" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo Running "$CMD" "$PORT" $ARG1 $ARG2 "$@"
|
||||
#echo Running "$CMD" "$PORT" $ARG1 $ARG2 "$@"
|
||||
"$CMD" "$PORT" $ARG1 $ARG2 "$@"
|
||||
exit $?
|
||||
|
|
Loading…
Reference in a new issue