mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-02 20:52:41 +02:00
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-type: image/jpeg"
|
|
echo ""
|
|
/system/sdcard/bin/getimage | /system/sdcard/bin/jpegtran -progressive -optimize
|
|
|