Fix typo in proxmark3.sh

This commit is contained in:
Reid Rankin
2018-08-16 12:31:12 -04:00
committed by GitHub
parent 7bda1490cd
commit 927711bdb3

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