8000 Add -e to not escape \n when echo'ing by justinmchase · Pull Request #58 · motdotla/node-lambda · GitHub
[go: up one dir, main page]

Skip to content

Add -e to not escape \n when echo'ing#58

Merged
DeviaVir merged 1 commit intomotdotla:masterfrom
justinmchase:patch-1
Apr 8, 2016
Merged

Add -e to not escape \n when echo'ing#58
DeviaVir merged 1 commit intomotdotla:masterfrom
justinmchase:patch-1

Conversation

@justinmchase
Copy link
Contributor

Noticed a small bug in your docs. Adding -e will print \n as an actual new line.

@DeviaVir
Copy link
Collaborator

Mandatory not on my machine comment.

~ echo ".env\ndeploy.env\nevent.json" > test
~ cat test
.env
deploy.env
event.json

However it works when using -e as well, and since that does enable interpretation of backslash escapes this PR seems sane.

+1

@DeviaVir DeviaVir merged commit 55a3c92 into motdotla:master Apr 8, 2016
Sign up for free to join this conversation on 5DF7 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.

2 participants

0