generated from mirzaev/pot
11 lines
126 B
Bash
11 lines
126 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
if [ -d author/project ]; then
|
||
|
mv author/project author/works
|
||
|
fi
|
||
|
|
||
|
if [ -d author ]; then
|
||
|
mv author svoboda
|
||
|
fi
|
||
|
|