Bash script doesn't work as intended when a user enters a space, single quote, or double quote character
Closed this issue ยท 2 comments
matthamil commented
In githubRepoMaker.sh, if a user enters a space, single quote, or double quote when the script prompts the user for a repository name, the script does not properly create a new repo with the name entered. Some kind of safety feature needs to be implemented to allow users to enter spaces, single quotes, or double quotes in a repository name.
iordic commented
I can try to help you if u want.
ricciocri commented
Please check my PR, this should solve your problem.