Add comment links to 'Elegant bash conditionals' post

This commit is contained in:
timvisee 2021-03-02 13:17:47 +01:00
parent ebd8acf1fe
commit 129b9b450e
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ tags = ["bash", "shell"]
[extra]
toc = true
zenn_applause = true
comments = [
{url = "https://news.ycombinator.com/item?id=26314489", name = "Hacker News"},
{url = "https://www.reddit.com/r/linux/comments/lw0ofg/elegant_bash_conditionals/", name = "Reddit"},
{url = "https://lobste.rs/s/nao13f/elegant_bash_conditionals", name = "Lobsters"},
{url = "https://mastodon.social/@timvisee/105820152436436465", name = "Mastodon"},
]
+++
The if-statement is a very basic thing, not just in bash, but in all of programming.