Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Color #86

Closed
wants to merge 2 commits into from
Closed

update Color #86

wants to merge 2 commits into from

Conversation

Neelesh19634
Copy link

#9
solve the color issue

# TODO (Run this script as): color magenta && echo hello && color reset

#The sequence \033[35m sets the color to magenta
#and the sequence \033[0m resets the color to default
echo -ne "\033[35mhello\033[0m"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please! Remove unnecessary usages before making a PR! Make sure your PR is well within the issue scope! Since it's your first, I will allow this time, but ensure the scope from next time

@rootCircle
Copy link
Member

Hi, congrats on your first PR to this repo!

LGTM 👍 Accepted! Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants