Thread: Duokan 2013
View Single Post
Old 06-15-2013, 12:07 PM   #1192
thomass
Wizard
thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.thomass ought to be getting tired of karma fortunes by now.
 
Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
Quote:
Originally Posted by richy1989 View Post
Could you help me to finish it?
almost complete?

try this as run.sh:
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
(quoted from here )
thomass is offline   Reply With Quote