mirror of
https://github.com/marado/RNID.git
synced 2025-01-22 02:09:35 +00:00
mai script: hack
This change should not make a difference, but it does. While I don't figure out why, this hack makes it do what it is supposed to.
This commit is contained in:
parent
b48495a934
commit
8ecb8d84f1
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget --no-check-certificate https://www.sg.mai.gov.pt/AdministracaoEleitoral/RecenseamentoEleitoral/ResultadosRecenseamento/Paginas/default.aspx -o /dev/null -O -|grep -v __REQUESTDIGEST|grep -v VIEWSTATE|hxnormalize -x -l 1000|hxselect .conteudo |hxselect a > mai
|
wget --no-check-certificate https://www.sg.mai.gov.pt/AdministracaoEleitoral/RecenseamentoEleitoral/ResultadosRecenseamento/Paginas/default.aspx -o /dev/null -O -|grep -v __REQUESTDIGEST|grep -v VIEWSTATE|hxnormalize -x -l 1000|hxselect .conteudo > mai-tmp
|
||||||
|
cat mai-tmp|hxselect a > mai
|
||||||
|
rm mai-tmp
|
||||||
if [ ! "$(diff mai scripts/14/mai|wc -l)" -eq "0" ]; then
|
if [ ! "$(diff mai scripts/14/mai|wc -l)" -eq "0" ]; then
|
||||||
echo "mai: incumprimento pode já não existir";
|
echo "mai: incumprimento pode já não existir";
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user