feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
# Get the default robot's hostname
robotHost=`jibo robot-list|grep '*'|awk '{print \$3 }'`;
rsync -av -L -p --delete --force \
--exclude='.git/' \
--exclude='bin/' \
--exclude='node_modules/*gulp/' \
--exclude='*/node_modules/*gulp' \
--exclude='*/node_modules/*gulp' \
--exclude='node_modules/jibo/node_modules/gulp*' \
--exclude='node_modules/jibo/node_modules/skills-service-manager*' \
--exclude='*/node_modules/electron-prebuilt' \
--exclude='*/node_modules/floss' \
. \
root@$robotHost:/opt/jibo/Jibo/Skills/jibo-anim-db-animations