1
0
Fork 0
parser_from_interneturok/install.sh

11 lines
145 B
Bash
Executable File

#!/bin/bash
if [ -d author/project ]; then
mv author/project author/parser_from_interneturok
fi
if [ -d author ]; then
mv author mirzaev
fi