Quote:
Originally Posted by richy1989
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 )