Initial commit

This commit is contained in:
Кодорвань
2025-11-08 02:00:04 +07:00
commit d1176d0c44
140 changed files with 1013 additions and 0 deletions

15
install.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/vsehvrot
fi
if [ -d author ]; then
mv author kodorvan
fi
if [ -e kodorvan/vsehvrot/system/settings/*.sample ]; then
for i in kodorvan/vsehvrot/system/settings/*.sample; do
cp "$i" "${i/.sample/}";
done
fi