Update Dotfiles

Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
This commit is contained in:
The-Repo-Club 2022-02-06 13:12:14 +00:00
parent 5860bc6567
commit 842fa51f0c
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
USER="The-Repo-Club"
TOKEN="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"
notifications=$(echo "user = \"$USER:$TOKEN\"" | curl -sf -K- "https://api.github.com/notifications?per_page=100" | jq ".[].unread" | grep -c true)
echo "$notifications Notifications"

View File

@ -1,8 +0,0 @@
#!/bin/sh
USER="The-Repo-Club"
TOKEN="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"
repositories=$(echo "user = \"$USER:$TOKEN\"" | curl -sf -K- "https://api.github.com/users/$USER/repos?per_page=100&type=all" | jq ".[].id" | wc -l)
echo "$repositories Repositories"