Merge pull request #10 from reidrankin/patch-1

Fix typo in proxmark3.sh
This commit is contained in:
RFID Research Group
2018-08-16 19:34:53 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
#!/bin/bash
function wait4wait4proxmark_Linux {
function wait4proxmark_Linux {
echo >&2 "Waiting for Proxmark to appear..."
while [ ! -c /dev/ttyACM? -a ! -L /dev/pm3-? ]; do
sleep .1