Initial commit

This commit is contained in:
svoboda
2025-01-12 23:45:42 +07:00
commit b927d1444d
146 changed files with 2026 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/negotiatior
fi
if [ -d author ]; then
mv author svoboda
fi