This website requires JavaScript.
Explore
Help
Register
Sign In
thebiblelover7
/
dotfiles
mirror of
https://gitlab.com/thebiblelover7/dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Projects
Releases
Wiki
Activity
bde45766a7
dotfiles
/
scripts
/
ssh-into
4 lines
91 B
Bash
Raw
Blame
History
#!/bin/bash
ssher
=
$(
wofi --dmenu -i <
$HOME
/.config/ssh-into
)
;
terminator -e
"
ssh
$ssher
"
Reference in New Issue
View Git Blame
Copy Permalink