This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo '\nThis script will remove the GitHub default labels and create customized labels for your repo. | |
A personal access token is required to access private repos.' | |
echo '\nGitHub Personal Access Token: ' | |
read -s TOKEN | |
echo '' | |
echo 'GitHub Org/Repo (e.g. foo/bar): ' |