move from neurobot

This commit is contained in:
2026-02-28 18:29:31 +05:00
commit 67045c71a0
202 changed files with 16194 additions and 0 deletions

5
install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/fish
if not test -L kodorvan/neurobot/system/public/js/modules/damper.mjs
ln -s ../../../../../../damper.mjs/damper.mjs kodorvan/neurobot/system/public/js/modules/damper.mjs
end