From fb006909576ea4ad6f25cc326623e4c6aba50d82 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 21 Aug 2019 22:44:28 +0200 Subject: [PATCH] rename and +x few eml helper scripts --- client/{eml2lower.sh => pm3_eml2lower.sh} | 2 +- client/{eml2UPPER.sh => pm3_eml2upper.sh} | 2 +- client/pm3_mfdread.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename client/{eml2lower.sh => pm3_eml2lower.sh} (97%) mode change 100644 => 100755 rename client/{eml2UPPER.sh => pm3_eml2upper.sh} (97%) mode change 100644 => 100755 mode change 100644 => 100755 client/pm3_mfdread.py diff --git a/client/eml2lower.sh b/client/pm3_eml2lower.sh old mode 100644 new mode 100755 similarity index 97% rename from client/eml2lower.sh rename to client/pm3_eml2lower.sh index ddb3354db..086439c3c --- a/client/eml2lower.sh +++ b/client/pm3_eml2lower.sh @@ -1,7 +1,7 @@ #!/bin/bash # Andrei Costin , 2011 -# eml2lower.sh +# pm3_eml2lower.sh # Converts PM3 Mifare Classic emulator EML file to lower case (for easier comparison in some text-comparison tools) # http://www.linuxquestions.org/questions/programming-9/bash-script-parsing-optional-parameters-621728/ diff --git a/client/eml2UPPER.sh b/client/pm3_eml2upper.sh old mode 100644 new mode 100755 similarity index 97% rename from client/eml2UPPER.sh rename to client/pm3_eml2upper.sh index a28ae22a0..73b8646b7 --- a/client/eml2UPPER.sh +++ b/client/pm3_eml2upper.sh @@ -1,7 +1,7 @@ #!/bin/bash # Andrei Costin , 2011 -# eml2UPPER.sh +# pm3_eml2upper.sh # Converts PM3 Mifare Classic emulator EML file to UPPER case (for easier comparison in some text-comparison tools) # http://www.linuxquestions.org/questions/programming-9/bash-script-parsing-optional-parameters-621728/ diff --git a/client/pm3_mfdread.py b/client/pm3_mfdread.py old mode 100644 new mode 100755