generated from mirzaev/pot-php
11 lines
131 B
Bash
Executable File
11 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -d author/project ]; then
|
|
mv author/project author/pechatalka
|
|
fi
|
|
|
|
if [ -d author ]; then
|
|
mv author mirzaev
|
|
fi
|
|
|