We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d2601 commit 284e84aCopy full SHA for 284e84a
bin/stats.sh
@@ -53,7 +53,7 @@ if [ "$arg_cloc" = true ]; then
53
echo
54
fi
55
56
-printf "Collected stars per year:\n"
+printf "🎅 Collected stars per year:\n"
57
years=$(find . -maxdepth 1 -type d -regex "\./*[0-9]*" | grep -oE "[0-9]+" | sort)
58
for year in $years; do
59
solved=$(nbr_solved "$year")
0 commit comments