dotfiles/de/home/.config/sway-profiles/profiles/1/shortcuts/SSH
2024-04-29 16:47:37 -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}"