svoboder/install.sh

11 lines
132 B
Bash
Executable File

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