Files
pechatalka/install.sh
2025-07-05 22:22:53 +07:00

11 lines
131 B
Bash
Executable File

#!/bin/bash
if [ -d author/project ]; then
mv author/project author/pechatalka
fi
if [ -d author ]; then
mv author mirzaev
fi