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