mirror of
https://github.com/marado/RNID.git
synced 2025-01-03 01:17:34 +00:00
melhoria do script de acessibilidade
This commit is contained in:
parent
65fae5c6e2
commit
efe0348485
@ -9,4 +9,6 @@ if [ "$naopassa" -eq "1" ]; then
|
|||||||
|| (h=$(echo "$line"|cut -d\| -f1-4); t=$(echo "$line"|cut -d\| -f6-); echo "$h| $(date +%Y/%m/%d) |$t");
|
|| (h=$(echo "$line"|cut -d\| -f1-4); t=$(echo "$line"|cut -d\| -f6-); echo "$h| $(date +%Y/%m/%d) |$t");
|
||||||
done < README.md > new
|
done < README.md > new
|
||||||
mv new README.md
|
mv new README.md
|
||||||
|
else
|
||||||
|
echo "acessibilidade: incumprimento já não existe";
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user