mirror of
https://github.com/marado/RNID.git
synced 2024-12-22 03:54:21 +00:00
scripts: teste para o site lxi da CM Lisboa
This commit is contained in:
parent
fa49e0ca63
commit
a796d4b1b7
15
scripts/06-lxi.sh
Executable file
15
scripts/06-lxi.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# http://lxi.cm-lisboa.pt/lxi/ - site em flash
|
||||
|
||||
if [ "$(wget http://lxi.cm-lisboa.pt/lxi/ -o /dev/null -O -|grep -i flashplayer -c)" -eq "0" ]; then
|
||||
echo "lxi: incumprimento pode já não existir";
|
||||
else
|
||||
echo "lxi: 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 lxi|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