1
0
mirror of https://github.com/php/web-php.git synced 2026-04-24 23:48:16 +02:00
Files
archived-web-php/bin/update-projects
T

10 lines
226 B
Bash
Executable File

#!/bin/sh
lynx -source http://freshmeat.net/search-xml/?q=php\&filter=183 > backend/projects.xml~
if [ $? -ne 0 ]; then
echo problem getting results from freshmeat
exit 1
fi
mv backend/projects.xml~ backend/projects.xml