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

Apply colors to important messages in script #798

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

seokho-son
Copy link
Member

fix #795

Now, output message is like this..

image

@@ -1,5 +1,19 @@
#!/bin/bash

NC='\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.

@seokho-son NC 는 무엇의 약자인가요? 😊

Copy link
Member Author

Choose a reason for hiding this comment

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

@jihoon-seo

No color 의 약자 입니다... ^^ 지정된 색상이나 스타일을 해제하는 데 사용합니다.

단어가 너무 길면 불편할까봐 약자로 처리하였습니당.. ㅎㅎ (코멘트가 하나 있으면 좋을 것 같긴하네요! ^^)

@jihoon-seo jihoon-seo merged commit 0c30ad6 into cloud-barista:main Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apply colors to important messages in script
2 participants