Attempt to make ProxSpace newbie proof.

This commit is contained in:
Gator96100 2021-03-31 00:30:30 +02:00
commit 3063e7b193
5 changed files with 35 additions and 0 deletions

7
msys2/ps/bin/pm3 Normal file
View file

@ -0,0 +1,7 @@
#!/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

7
msys2/ps/bin/pm3-flash Normal file
View file

@ -0,0 +1,7 @@
#!/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

View file

@ -0,0 +1,7 @@
#!/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

View file

@ -0,0 +1,7 @@
#!/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

View file

@ -0,0 +1,7 @@
#!/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