View Single Post
Old 06-15-2013, 07:44 AM   #877
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by richy1989 View Post
@twobob
@thomass

I am very like the Special offers of the Amazon.com
It provides a very beautiful screensavers.
Now I make out two extensions to get them as screensavers of Duokan.
But it didn't work.
I didn't know what the problem is.
Could you help me to have a look at them?

:help
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/screensaver/${DATE}.pug;
done
Q: Is that what you are trying to do ?
Q: Is the .pug a typo ?

And a note on your sync script, in addition to the above:
/mnt/us is a FAT32 filesystem, which does not support "ln <anything>"
You will have to make two copies, if your code represents what needs to be done.

Last edited by knc1; 06-15-2013 at 08:19 AM.
knc1 is offline   Reply With Quote