Initial commit

This commit is contained in:
2025-03-30 00:18:47 +07:00
commit 447a459f51
141 changed files with 1098 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/deeproots
fi
if [ -d author ]; then
mv author mirzaev
fi