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