This commit is contained in:
2021-04-19 14:21:56 +02:00
parent 7122968b55
commit dc7a8d4aef
12 changed files with 74 additions and 25 deletions
+4
View File
@@ -13,3 +13,7 @@ function connectToBackupServer() {
function connectToPi() {
ssh alex@192.168.0.205
}
function activate() {
source ./venv/bin/activate
}