Quote:
Originally Posted by thomass
Code:
#!/bin/sh
cd /mnt/us/system/.assets
For F in `find -name screensvr.png -type f`
do
DATE=$(date +%Y_%m_%d-%H-%M-%S-%N);
cp $F /mnt/us/DK_System/xKindle/res/ScreenSaver/${DATE}.png;
done
[SIZE="1"]
|
I finish it,
Thank you all the same.
It's here,you can have a try.
https://www.mobileread.com/forums/sho...&postcount=883