Skip to content
Snippets Groups Projects
Commit b409f4fa authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

bin/status: also show max repo ID reached thus far

parent 9e2123b4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
DBNAME="github"
echo "SELECT COUNT(*) FROM repos" | psql "$DBNAME"
echo "SELECT COUNT(*), MAX(id) FROM repos" | psql "$DBNAME"
echo "\\l+ ${DBNAME}" | psql "$DBNAME"
du -sh cache/
zgrep -i --color=auto "'X-RateLimit-Remaining'" cache/$(ls -t cache/ | head -n 4 | tail -n 1)
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