Merge pull request #9 from TomHarkness/master

fix missing text in proxmark.sh
This commit is contained in:
RFID Research Group 2018-08-16 16:47:23 +02:00 committed by GitHub
commit 0cb2dc44a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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