Skip to content

Instantly share code, notes, and snippets.

View spantheslayer's full-sized avatar
🛰️
I believe in Monero 🌿

Supriyo Sarkar spantheslayer

🛰️
I believe in Monero 🌿
View GitHub Profile
@spantheslayer
spantheslayer / all-repos-using-access-token.sh
Created October 9, 2021 13:27 — forked from sandipndev/all-repos-using-access-token.sh
Leaving an Organization? Here's your safety pin! All you have to do is get an Access Token!
#!/bin/bash
# Organization Name
echo -n "Enter Organization Slug: "
read ORG
# Access Token
echo -n "Enter GitHub Access Token: "
read GH_ACCESS_TOKEN