You've already forked libirecovery
mirror of
https://github.com/encounter/libirecovery.git
synced 2026-03-30 11:18:45 -07:00
c2249545ef
Added -e flag to load and execute a premade script file along with a sample script
22 lines
388 B
Plaintext
22 lines
388 B
Plaintext
# This small script should make the device flash
|
|
# Red, Green, Blue a few times then reboot.
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
bgcolor 255 0 0
|
|
bgcolor 0 255 0
|
|
bgcolor 0 0 255
|
|
reboot
|