session-tools/bin/rbtop
Natalie 0aee09f274 feat(@scripts): add rbtop and help command
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 04:14:16 -07:00

3 lines
123 B
Bash
Executable file

#!/bin/bash
# rbtop - Connect to apricot and run btop (transient install)
ssh -t apricot.lan "dnf install -y btop && btop"