session-tools/bin/rbtop

4 lines
140 B
Text
Raw Normal View History

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