ProxSpace/setup/bin/pm3-flash-all
2021-04-09 16:58:53 +02:00

7 lines
226 B
Bash

#!/usr/bin/env bash
FILENAME=$(basename -- "$0")
if [ -f "$FILENAME" ]; then
./$FILENAME
else
echo "The $FILENAME script does not exist in the current directory. Make sure you are in the Proxmark source directory."
fi