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

install: Simplify echo sequence #16

Merged
merged 1 commit into from Jun 9, 2021
Merged

install: Simplify echo sequence #16

merged 1 commit into from Jun 9, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jun 9, 2021

The shell built-in "echo" preserves newlines by default, so there is no need to issue a new echo command for every new line in a formatted text. This version is not only faster, but easier and less error prone to edit as well.

The shell built-in "echo" preserves newlines by default, so there is no need to issue a new echo command for every new line in a formatted text. This version is not only faster, but easier and less error prone to edit as well.

Signed-off-by: Aaron <admin@datahoarder.dev>
@m1k1o
Copy link
Owner

m1k1o commented Jun 9, 2021

That looks way better. Thanks!

@m1k1o m1k1o merged commit f209c37 into m1k1o:master Jun 9, 2021
@ghost ghost deleted the patch-1 branch June 9, 2021 15:12
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.

1 participant