In-reply-to » I love shell scripts because they’re so pragmatic and often allow me to get jobs done really quickly.

@movq@www.uninformativ.de it should be:

bash -c 'set -u; foo=bar; if [[ "$foo" = "bar" ]]; then echo it matches; fi'

eq is for numericals.

⤋ Read More