I'm n1 - I read, write and code.

Snippets

Bash

OpenSSL

SSH

Bash cheatsheet

Pipes

Pipe multiple lines
$ cat << EOF | bat -l json
{
    "test": 123,
    "test2": 456,
}
EOF