index
:
dotfiles.git
master
wayland
Configuration files for all my computers
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
sshchoose
blob: 6b884c6af0a61647990a67175d02ff29ca78bd47 (
plain
)
1
2
3
4
5
6
#!/bin/sh choice="$(pass ls ssh/ | sed '1d;s/^.*\s//g' | fzf)" ssh "$(pass ssh/$choice)"