shabashka/install.sh

11 lines
130 B
Bash
Raw Normal View History

2025-02-11 11:29:27 +07:00
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/shabashka
fi
if [ -d author ]; then
mv author mirzaev
fi