mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker run --volume=$(pwd)/../..:/home/linuxbrew/proxmark3 -w /home/rrg/proxmark3 -it pm3-brew:1.0
|
|
# if needed, run brew as user linuxbrew
|