generated from mirzaev/pot
11 lines
129 B
Bash
11 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ -d author/project ]; then
|
||
|
mv author/project author/comrader
|
||
|
fi
|
||
|
|
||
|
if [ -d author ]; then
|
||
|
mv author mirzaev
|
||
|
fi
|
||
|
|