session-tools/bin/rbtop
Natalie a28b2209af feat(@scripts): add cross-host session migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 04:26:18 -07:00

3 lines
140 B
Bash
Executable file

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