2135 shaares
3 private links
3 private links
After a lot of trial and error, we narrowed it down to this:
EXEC 00
SETUID 00
SETGID 00
CAPABILITY 00
which translates in
export LS_COLORS='ex=00:su=00:sg=00:ca=00:'
waterhouse 2 days ago | parent [-] | on: I got tired of PHP and Perl, so I tried bash
$ cat meh.bash
!/bin/bash
set -e
die() {
echo "Failed at line $1: $2"
}
trap 'die $LINENO "$BASH_COMMAND"' ERR
echo a
test 1 = 3
echo b
$ ./meh.bash
a
Failed at line 8: test 1 = 3
Adapted from: https://unix.stackexchange.com/a/462157
HN discussion about
http://www.overcomingbias.com/2019/03/explaining-sex-rate-changes.html