ad10e56863
Change-Id: Ib90872e1ff341cc913de8ed3577738efd2428f61
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/sbin/sh
|
|
cd $1
|
|
md5sum *img > nandroid.md5
|
|
return $? |