updated submodules, sshconnect function and theme

This commit is contained in:
Nikolas Weger 2016-04-28 13:20:24 +02:00
parent 53e7761437
commit 8f806ac2dd
4 changed files with 6 additions and 5 deletions

View file

@ -30,8 +30,9 @@ sslcreate() {
if [ $(uname -n) = "sayaka" -o $(uname -n) = "kimari" ]; then
# SSH Connect
sshconnect() {
[ $1 = "web" ] && ssh megumi.eeleater.org
[ $1 = "mail" ] && ssh mail.eeleater.org
[ $1 = "web" ] && ssh megumi.eeleater.org
[ $1 = "git" ] && ssh git.eeleater.org
[ $1 = "mail" ] && ssh eeleater.com
}
fi