rename mfoc dump so we can tab complete on first letter
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Jan 2011 11:17:04 +0000 (12:17 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Jan 2011 11:17:04 +0000 (12:17 +0100)
dump-card.sh [new file with mode: 0755]
mifare-dump.sh [deleted file]

diff --git a/dump-card.sh b/dump-card.sh
new file mode 100755 (executable)
index 0000000..588cbac
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh -x
+
+# http://code.google.com/p/nfc-tools/wiki/mfoc
+mfoc -O $1 $keys.dump | tee $1-keys.txt
diff --git a/mifare-dump.sh b/mifare-dump.sh
deleted file mode 100755 (executable)
index 588cbac..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh -x
-
-# http://code.google.com/p/nfc-tools/wiki/mfoc
-mfoc -O $1 $keys.dump | tee $1-keys.txt