mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-10-29 05:33:49 +00:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ssher=$(wofi --dmenu -i < $HOME/.config/ssh-into); terminator -e "ssh $ssher"
|