The second version is definitely worse, I don’t think that’s a controversial statement.
GIF version
Hell yeah dude!
All the characters in disco are amazing, it’s the main plot that gets ridiculous sometimes.
Don’t let bad writing ruin a great cast!
people’s configs on github?
That’s basically sort by controversial, no?
because bash isn’t always in /usr/bin/bash
.
On macOS the version on /usr/bin/bash
is very old (bash 3 I think?), so many users install a newer version with homebrew which ends up in PATH, which /usr/bin/env
looks at.
Protip: I start every bash script with the following two lines:
#!/usr/bin/env bash
set -euo pipefail
set -e makes the script exit if any command (that’s not part of things like if-statements) exits with a non-zero exit code
set -u makes the script exit when it tries to use undefined variables
set -o pipefail will make the exit code of the pipeline have the rightmost non-zero exit status of the pipeline, instead of always the rightmost command.
It’s the primary, the party’s internal election for which candidate they want to support.
This has nothing to do with the presidential election where Biden would indeed lose if enough people refused to vote for him.
Yes, lol.
But in my defense, I’ve had this saved on my phone for over a year, and I probably got it from /r/196 to begin with :p
The linux kernel contains more profanity than this meme…