7
0
mirror of https://github.com/marado/RNID.git synced 2024-12-21 19:44:04 +00:00

terratreme: melhoria do script

This commit is contained in:
Marcos Marado 2019-04-16 18:08:33 +01:00
parent 71de8a0b31
commit caa2b4d12b

View File

@ -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");
done < README.md > new
mv new README.md
else
echo "terratreme: incumprimento resolvido";
fi