9 lines
144 B
Text
9 lines
144 B
Text
|
#!/bin/sh
|
||
|
|
||
|
tempfile="/tmp/dazibaweb.log"
|
||
|
|
||
|
for i in `ls -A /www/website/webnews/modules/backends/conf/`
|
||
|
do
|
||
|
/www/dazibaweb/html2rss.php $i
|
||
|
done
|