dotfiles/de/home/.config/sway/scripts/shortcuts/Development/SSH
2024-03-27 15:15:01 -06:00

9 lines
155 B
Bash
Executable file

#!/bin/bash
dirname $0
options=$( ls "$(dirname $0)/.SSH/" )
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' )
"$(dirname $0)/.SSH/${op}"