$ ssh ida5428@github.com
Connecting to github.com...
$ whoami
ida5428
$ timedatectl | grep "time zone:"
Time zone: Australia/Melbourne (AEST, +1000)
$ jq -r '.languages' -- skills.json
[
"c++",
"java",
"bash",
"html",
"css"
]
$ ls projects/
ascii-text-banner/
$ cat projects/ascii-text-banner/README.md
ascii-text-banner is minimal CLI tool written in C++ for generating styled text banners directly in the terminal.
$ exit
Connection to github.com closed.