Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere
7 lines
44 B
Bash
Executable File
7 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd res
|
|
zip -r ../ui.zip *
|
|
cd ..
|
|
|