unchainer/install.sh

11 lines
130 B
Bash
Raw Normal View History

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