Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 3, 2024
1 parent 5e6e155 commit 9dbf6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reasoning/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FAILED=0

echo -e "${YELLOW}---------------------${NORMAL}"
echo -e "${YELLOW}Running eye reasoning${NORMAL}"
echo -e "${YELLOW}eye version $(eye --version 2>&1 | grep EYE | awk '{ print substr($2,2) }')${NORMAL}"
echo -e "${YELLOW}swipl version $(swipl --version 2>&1 | awk '{ print $3 }')${NORMAL}"
echo -e "${YELLOW}eye v$(eye --version 2>&1 | grep EYE | awk '{ print substr($2,2) }')${NORMAL}"
echo -e "${YELLOW}swipl v$(swipl --version 2>&1 | awk '{ print $3 }')${NORMAL}"
echo -e "${YELLOW}---------------------${NORMAL}"
echo ""

Expand Down

0 comments on commit 9dbf6bb

Please sign in to comment.