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