store mfoc output in uid.md5.log
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Jan 2011 14:20:27 +0000 (15:20 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 23 Jan 2011 14:20:27 +0000 (15:20 +0100)
dump-card.sh

index b20532c..c183f39 100755 (executable)
@@ -10,9 +10,9 @@ if [ -z "$uid" ] ; then
        exit 1
 fi
 
-#mfoc -O $uid.mfd | tee $uid.mfoc.txt
+mfoc -O $uid.mfd | tee $uid.log
 
 md5=`md5sum 32a0ee18.mfd | cut -d" " -f1`
 mv $uid.mfd $uid.$md5.mfd
-mv $uid.mfoc.txt $uid.$md5.mfoc.txt
+mv $uid.log $uid.$md5.log
 ls -al $uid.*