updated submodules, sshconnect function and theme
This commit is contained in:
parent
53e7761437
commit
8f806ac2dd
4 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue