first commit

This commit is contained in:
Grigo
2026-05-28 08:42:46 +03:00
commit e5c0df308f
38 changed files with 2753 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
rsync -avz -e "ssh -p 22022" --exclude='__pycache__' --exclude='*.pyc' --exclude='data/' \
/mnt/t/sources/aiChatBot/ \
grigo@grigowashere.ru:/home/grigo/to_services/aiChatBot/
echo "✅ Залито на сервер!"