Initial commit

This commit is contained in:
2025-07-05 22:22:53 +07:00
commit 89b17fca64
141 changed files with 1105 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/pechatalka
fi
if [ -d author ]; then
mv author mirzaev
fi