working on optimizations
[QuestHelper.git] / Development / botssh.sh
blob82c2ac49cad07d274ddf42b068e4f7b0b0c33017
1 #!/bin/bash
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