blob: 02c11b2c4cb5ec2e979e1166837b9ee2dd1e4800 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# Fetches project news and saves it for local use.
#
/usr/bin/wget -q -O /home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.tmp 'http://sourceforge.net/export/rss2_projnews.php?group_id=106790&rss_fulltext=1' > /dev/null
/bin/mv -f /home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.tmp \
/home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.cache
|