mirror of
https://github.com/marado/RNID.git
synced 2025-02-21 15:59:56 +00:00
scripts: teste para validar incumprimento cm-lx
This commit is contained in:
parent
aef817ea0d
commit
769525df2e
13
scripts/07-lisboa-pdf.sh
Executable file
13
scripts/07-lisboa-pdf.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(wget http://www.cm-lisboa.pt/fileadmin/DOCS/Formularios/transversais/CML_participacao_ocorrencia.pdf -o /dev/null -O - | strings | grep -i XFA -c)" -eq "0" ]; then
|
||||
echo "lisboa-pdf: incumprimento pode já não existir";
|
||||
else
|
||||
echo "lisboa-pdf: 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 www.cm-lisboa|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