mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-25 16:32:09 +00:00
6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PM3PATH=$(dirname "$0")
|
|
cd "$PM3PATH" || exit 1
|
|
. proxmark3.sh
|