repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vim, gitconfig, update.sh
[dotfiles_afify.git]
/
.scripts
/
connect_server
blob
2b9ea79a60584c4a57cac2314fe568e47d347a35
1
#!/bin/sh
2
3
f
=
~
/
.ssh
/
config
4
mat
=
"/Host / && !(/git*/ || /
\\
*/) {print \
$2
}"
5
host
=
$
(
awk
"
$mat
"
"
$f
"
| dmenu
)
6
[
-n
"
$host
"
] &&
ssh
"
$host
"