Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 22, 2024
1 parent aa72b21 commit b7041f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reasoning/test
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ NORMAL="\e[0;39m"
OK=0
FAILED=0

version=$(eye --version 2>&1 | grep EYE | awk '{ print $2 }')

echo -e "${YELLOW}---------------------${NORMAL}"
echo -e "${YELLOW}Running eye reasoning${NORMAL}"
echo -e "${YELLOW}eye $version${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}---------------------${NORMAL}"
echo ""

Expand Down

0 comments on commit b7041f4

Please sign in to comment.