Files
dermo/install.sh
Кодорвань fbfc33cef8 Initial commit
2025-10-11 14:33:08 +07:00

11 lines
135 B
Bash
Executable File

#!/bin/bash
if [ -d author/project ]; then
mv author/project author/kodorvan.tech
fi
if [ -d author ]; then
mv author kodorvan
fi