dotfiles/scripts/ssh-into

4 lines
91 B
Bash

#!/bin/bash
ssher=$(wofi --dmenu -i < $HOME/.config/ssh-into); terminator -e "ssh $ssher"