mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 21:33:21 -07:00
Attempt to make ProxSpace newbie proof.
This commit is contained in:
parent
8f57ce888b
commit
3063e7b193
5 changed files with 35 additions and 0 deletions
7
msys2/ps/bin/pm3
Normal file
7
msys2/ps/bin/pm3
Normal 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
7
msys2/ps/bin/pm3-flash
Normal 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-all
Normal file
7
msys2/ps/bin/pm3-flash-all
Normal 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-bootrom
Normal file
7
msys2/ps/bin/pm3-flash-bootrom
Normal 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-fullimage
Normal file
7
msys2/ps/bin/pm3-flash-fullimage
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue