mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
2 lines
102 B
Bash
Executable file
2 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
for i in $(find ./bootrom -name "*.bin"|sort);do ./mtkclient/Tools/brom_to_offs "$i";done
|