mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-02 20:52:41 +02:00
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-type: application/x-binary"
|
|
echo 'Content-Disposition: attachment; filename="bootloader.bin"'
|
|
|
|
echo ""
|
|
dd if=/dev/mtd0
|