From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001
From: Uros Majstorovic <majstor@majstor.org>
Date: Wed, 5 Aug 2020 03:38:22 +0200
Subject: ecp moved to root; fixed utils and tests

---
 ecp/util/keydump | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 ecp/util/keydump

(limited to 'ecp/util/keydump')

diff --git a/ecp/util/keydump b/ecp/util/keydump
new file mode 100755
index 0000000..9a884dc
--- /dev/null
+++ b/ecp/util/keydump
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+hexdump -e '16/1 "0x%02X, " "\n"' $@
-- 
cgit v1.2.3