#!/bin/bash

if [ -d author/project ]; then
	mv author/project author/luchikki
fi

if [ -d author ]; then
	mv author mirzaev
fi