index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
batchssh
blob: e60da7d6d8196d8e1fc90d4c95ba8f9aa396b96b (
plain
) (
blame
)
1
2
3
#!/bin/sh
exec
ssh
-o
StrictHostKeyChecking
=
no
-o
BatchMode
=
yes
-o
ConnectTimeout
=
2
"
$@
"