shortened server connection functions

This commit is contained in:
2023-02-24 16:44:09 +01:00
parent 14705712f2
commit f0e582cc1c
+3 -3
View File
@@ -1,12 +1,12 @@
function connectToServer () {
function conServer () {
ssh alex@65.21.140.171
}
function connectToWorkServer () {
function conWorkServer () {
ssh alex@192.168.74.29
}
function connectToPi() {
function conPi() {
ssh alex@192.168.172.96
}