Initial commit

This commit is contained in:
Кодорвань
2025-10-11 14:33:08 +07:00
commit fbfc33cef8
142 changed files with 1134 additions and 0 deletions

10
install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/kodorvan.tech
fi
if [ -d author ]; then
mv author kodorvan
fi