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