Files
brainrot/install.sh
Кодорвань 0fb52af35d Initial commit
2025-10-26 12:52:41 +07:00

11 lines
130 B
Bash
Executable File

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