mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
5 lines
129 B
Bash
5 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run --volume=$(pwd)/../..:/home/linuxbrew/proxmark3 -it pm3-brew:1.0
|
||
|
# if needed, run brew as user linuxbrew
|