OSDN Git Service

added rom image extract dd script
authorastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 2 Sep 2013 03:11:42 +0000 (12:11 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Mon, 2 Sep 2013 03:11:42 +0000 (12:11 +0900)
tools/test-image/dd-img.sh [new file with mode: 0755]

diff --git a/tools/test-image/dd-img.sh b/tools/test-image/dd-img.sh
new file mode 100755 (executable)
index 0000000..72dd1aa
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -x
+
+dd if=sample1.nes of=sample1.hex bs=16 skip=1 count=2048
+