deeproots_bot/install.sh

10 lines
135 B
Bash
Executable File

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