5 lines
146 B
Bash
5 lines
146 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
styles="$(dirname $(which $0))/../styles"
|
||
|
rofi -show ssh -theme $styles/launcher.rasi -disable-history -no-parse-known-hosts
|