~ $ ssh ngo@workstation.local
Last login: Tue May 19 09:14:02 from 10.0.1.7
workstation ~ $ cd projects/remio && git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
workstation ~/remio $ cargo build --release
Compiling remio-core v0.14.2
Compiling remio-net v0.14.2
Finished `release` profile [optimized] in 41.83s
workstation ~/remio $ ▌