commit | 38058dc13ce2160d8baff52e9adda41bc96a0787 | [log] [tgz] |
---|---|---|
author | preludedrew <andrew.boren@gmail.com> | Sat Jan 29 23:30:44 2011 -0700 |
committer | preludedrew <andrew.boren@gmail.com> | Sat Jan 29 23:30:44 2011 -0700 |
tree | e007e13f39b9174bcc18fb13653debc8051f5c84 |
first commit
diff --git a/nandroid-md5.sh b/nandroid-md5.sh new file mode 100755 index 0000000..0db53ee --- /dev/null +++ b/nandroid-md5.sh
@@ -0,0 +1,4 @@ +#!/sbin/sh +cd $1 +md5sum *img > nandroid.md5 +return $? \ No newline at end of file