Seed Core_IO from doc snapshot

This commit is contained in:
Local Seed
2026-02-11 16:14:01 -05:00
commit 25a8076064
53 changed files with 11472 additions and 0 deletions

8
transfer-to-lava Executable file
View File

@@ -0,0 +1,8 @@
HOST=lava
rsync -avz ./ genome@$HOST:Core_IO/ \
--exclude '.bin' \
--exclude 'venv' \
--exclude '*.a' \
--exclude '*.o' \
--delete \