4 UART_PORT
="$(../../pm3 --list|grep dev|head -n1|cut -d' ' -f2)"
5 if [ -n "$UART_PORT" ]; then
6 DEV
="--device=/dev/tty0 --device=$UART_PORT"
10 docker run
$DEV --volume="$(pwd)/../..:/home/rrg/proxmark3" -w /home
/rrg
/proxmark3
-it "$DOCKER_IMAGE"