From 3063e7b19332727f49140cad7e2eb64003a146a5 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Wed, 31 Mar 2021 00:30:30 +0200 Subject: [PATCH] Attempt to make ProxSpace newbie proof. --- msys2/ps/bin/pm3 | 7 +++++++ msys2/ps/bin/pm3-flash | 7 +++++++ msys2/ps/bin/pm3-flash-all | 7 +++++++ msys2/ps/bin/pm3-flash-bootrom | 7 +++++++ msys2/ps/bin/pm3-flash-fullimage | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 msys2/ps/bin/pm3 create mode 100644 msys2/ps/bin/pm3-flash create mode 100644 msys2/ps/bin/pm3-flash-all create mode 100644 msys2/ps/bin/pm3-flash-bootrom create mode 100644 msys2/ps/bin/pm3-flash-fullimage 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