mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Fix typo in proxmark3.sh
This commit is contained in:
parent
7bda1490cd
commit
927711bdb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue