Skip to content
Snippets Groups Projects
Commit 5ce96db6 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Merge branch 'altura' of gitlab.c3sl.ufpr.br:vsbc14/enchente into altura

parents 347c044b 739bf3de
No related branches found
No related tags found
1 merge request!2Altura
Pipeline #
......@@ -114,8 +114,6 @@ fs=$(cat "${TABULEIROS}" | wc -l)
if [ ${fs} -gt "1" ]; then
echo -e "${RED}${fs} tabuleiro(s) perdeu(perderam) para outras heurísticas${NC}"
cat ${TABULEIROS}
exit 1
else
echo -e "${GREEN}Nenhum tabuleiro perdeu para as outras heurísticas${NC}"
exit 0
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment