comrader/install.sh

11 lines
129 B
Bash
Raw Permalink Normal View History

2025-02-04 18:05:54 +07:00
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/comrader
fi
if [ -d author ]; then
mv author mirzaev
fi