starting farting

This commit is contained in:
2025-11-03 15:09:59 +03:00
parent d454c29ee9
commit 677384c153
22 changed files with 1369 additions and 95 deletions

View File

@@ -1,10 +1,5 @@
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/site
fi
if [ -d author ]; then
mv author zharko
fi
#!/bin/fish
if not test -L zharko/site/system/public/js/modules/damper.mjs
ln -s ../../../../../../damper.mjs/damper.mjs zharko/site/system/public/js/modules/damper.mjs;
end