acedanger / import-github-gist-oauth.sh
0 curtidas
0 bifurcações
1 arquivos
Última atividade 3 months ago
| 1 | #!/bin/bash |
| 2 | # GitHub Gist import script using GitHub token for authentication |
| 3 | # This script works by first logging in via GitHub OAuth and then importing |
| 4 | |
| 5 | github_user=acedanger |
| 6 | opengist_url="https://gist.ptrwd.com" |
| 7 | |
| 8 | echo "This script requires you to first log in to OpenGist via GitHub OAuth." |
| 9 | echo "Please visit: $opengist_url" |
| 10 | echo "Log in with your GitHub account, then return here and press Enter to continue..." |
Próximo
Anterior