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
commit 6c6808ab56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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