Skip to content

Commit

Permalink
layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Apr 6, 2024
1 parent 939061b commit ea5aaa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/diffs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ done < "data/$1-score"

printf '<div align="center">\n\n'

echo "||Current|Yesterday|Repository|Stars|"
echo "|:---:|:---:|:---:|:---|:---:|"
echo "|Current|Yesterday|Repository|Stars|"
echo "|:---:|:---:|:---|:---:|"
#draw chart
while IFS="" read -r line || [ -n "$line" ]
do
Expand All @@ -41,7 +41,7 @@ do
else
move="-"
fi
echo "|$move|$position|${last:--}|[https://github.com/$name]($name)<br/>heloo heloo heloo heloo heloo heloo heloo heloo heloo heloo heloo |+$stars|"
echo "|$move $position|${last:--}|[https://github.com/$name]($name)|+$stars|"
done < "today-nr"

printf '\n\n<div>\n'
Expand Down

0 comments on commit ea5aaa2

Please sign in to comment.