Files
site/install.sh
2025-09-07 21:25:20 +07:00

11 lines
124 B
Bash
Executable File

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