repo.or.cz
/
QuestHelper.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
working on optimizations
[QuestHelper.git]
/
Development
/
botssh.sh
blob
82c2ac49cad07d274ddf42b068e4f7b0b0c33017
1
#!/bin/bash
2
3
if
[
-e
"
${BOTKEY}
"
] ;
then
4
ssh
-i
${BOTKEY}
$
*
5
exit
$?
6
else
7
echo
"If you ever drop your keys into a river of molten lava, let 'em go, because, man, they're gone."
1
>&
2
8
exit
1
9
fi