|
@@ -29,7 +29,7 @@ d=$BASEDIR/bin
|
|
|
stdbuf -eL -oL $d/proxmark3 /dev/ttyACM0 -l proxmark3-lf-hid-read.lua | \
|
|
stdbuf -eL -oL $d/proxmark3 /dev/ttyACM0 -l proxmark3-lf-hid-read.lua | \
|
|
|
stdbuf -eL -oL tee -a /tmp/rfid_raw.log | \
|
|
stdbuf -eL -oL tee -a /tmp/rfid_raw.log | \
|
|
|
$d/rfid_filter | \
|
|
$d/rfid_filter | \
|
|
|
- xargs -n1 -I{} bash -c " $d/format_debug_msg.py TOKEN_RFID '{}' | $d/debug_client -s " | \
|
|
|
|
|
|
|
+ xargs -n1 -I{} bash -c " $d/format_debug_msg.py TOKEN_RFID -i <( echo -e -n '{}\0' ) | $d/debug_client -s " | \
|
|
|
tee -a /tmp/rfid.log
|
|
tee -a /tmp/rfid.log
|
|
|
|
|
|
|
|
|
|
|