Y
Hacker News
new
|
ask
|
show
|
jobs
by
MathMonkeyMan
244 days ago
At the bottom is <
https://xkcd.com/1654/
>, which is actually pretty funny.
1 comments
caminanteblanco
244 days ago
It should really be ; instead of & though, otherwise the first failed install method will stop the rest of the script from executing
link
jonathrg
244 days ago
That's &&
& runs the thing in the background. So this is running all the commands in parallel.
link
caminanteblanco
244 days ago
You're completely right, sometimes I feel like Bash syntax is as impenetrable as regex.
link
brianpan
244 days ago
I found this interesting:
https://wizardzines.com/zines/terminal/
link