scripts/webnewsget2.sh

7 lines
86 B
Bash
Raw Normal View History

2014-09-13 21:23:13 +02:00
#!/bin/bash
for i in `ls -A /home/joe/conf/`
do
/usr/local/bin/html2rss.php $i
done