3 lines
123 B
Bash
Executable file
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"
|