diff --git a/msys2/ps/bin/pm3 b/msys2/ps/bin/pm3 new file mode 100644 index 000000000..88875c718 --- /dev/null +++ b/msys2/ps/bin/pm3 @@ -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 \ No newline at end of file diff --git a/msys2/ps/bin/pm3-flash b/msys2/ps/bin/pm3-flash new file mode 100644 index 000000000..88875c718 --- /dev/null +++ b/msys2/ps/bin/pm3-flash @@ -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 \ No newline at end of file diff --git a/msys2/ps/bin/pm3-flash-all b/msys2/ps/bin/pm3-flash-all new file mode 100644 index 000000000..88875c718 --- /dev/null +++ b/msys2/ps/bin/pm3-flash-all @@ -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 \ No newline at end of file diff --git a/msys2/ps/bin/pm3-flash-bootrom b/msys2/ps/bin/pm3-flash-bootrom new file mode 100644 index 000000000..88875c718 --- /dev/null +++ b/msys2/ps/bin/pm3-flash-bootrom @@ -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 \ No newline at end of file diff --git a/msys2/ps/bin/pm3-flash-fullimage b/msys2/ps/bin/pm3-flash-fullimage new file mode 100644 index 000000000..88875c718 --- /dev/null +++ b/msys2/ps/bin/pm3-flash-fullimage @@ -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 \ No newline at end of file