mirror of
https://github.com/marado/RNID.git
synced 2025-01-30 14:02:32 +00:00
scripts: teste ao geoportal
This commit is contained in:
parent
6f560d83f9
commit
2fbde09c78
15
scripts/10-geoportal.sh
Executable file
15
scripts/10-geoportal.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# http://geoportal.lneg.pt/index.php - site com flash
|
||||
|
||||
if [ "$(wget http://geoportal.lneg.pt/geoportal/ -o /dev/null -O -|grep -i flashplayer -c)" -eq "0" ]; then
|
||||
echo "geoportal: incumprimento pode já não existir";
|
||||
else
|
||||
echo "geoportal: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)";
|
||||
while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||
test $(echo "$line"|grep -v geoportal|wc -l) -eq "1" \
|
||||
&& echo "$line" \
|
||||
|| (h=$(echo "$line"|cut -d\| -f1-4); t=$(echo "$line"|cut -d\| -f6-); echo "$h| $(date +%Y/%m/%d) |$t");
|
||||
done < README.md > new
|
||||
mv new README.md
|
||||
fi
|
Loading…
Reference in New Issue
Block a user