mtkclient/Tools/parsebootrom.sh

3 lines
102 B
Bash
Raw Normal View History

2023-12-14 08:41:42 -05:00
#!/bin/bash
2024-05-04 05:15:43 -04:00
for i in $(find ./bootrom -name "*.bin"|sort);do ./mtkclient/Tools/brom_to_offs "$i";done