Skip to content

Commit

Permalink
Fix proxmark3.sh for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Mar 5, 2019
1 parent a5dfd9b commit 05f1d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxmark3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

function wait4proxmark {
function wait4proxmark_Linux {
echo >&2 "Waiting for Proxmark to appear..."
while [ ! -c /dev/ttyACM? -a ! -L /dev/pm3-? ]; do
sleep .1
Expand Down

0 comments on commit 05f1d17

Please sign in to comment.