mstdn.io is one of the many independent Mastodon servers you can use to participate in the fediverse.

Administered by:

Server stats:

364
active users

Wolf480pl

@sertonix @nytpu @kline
if you use `set -e` purely as a safeguard and add `|| die "foo failed"` everywhere else - yes.

But it's not a substitute for `|| die "foo failed"`

(ofc the `die` function is something you need to write / copy-paste yourself)