Y
Hacker News
new
|
ask
|
show
|
jobs
by
sillysaurusx
2167 days ago
Thank you! I had no idea that multiline strings were valid bash.
1 comments
rkangel
2167 days ago
It's the same logic that allows you to type:
git commit -m "First line of commit
Second line of commit"
That's a multi-line string in bash.
link
git commit -m "First line of commit
Second line of commit"
That's a multi-line string in bash.