added server connection function
This commit is contained in:
+5
-1
@@ -1,8 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
custom_func_dir=$HOME/.config/custom_functions
|
||||
custom_func_dir=$HOME/.config/custom_shell_functions
|
||||
for f in $custom_func_dir/*; do source $f; done
|
||||
|
||||
function connectToServer() {
|
||||
ssh alex@65.21.140.171
|
||||
}
|
||||
|
||||
function connectToStorageVM() {
|
||||
ssh alex@173.212.206.52
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user