pot/install.sh

11 lines
139 B
Bash
Raw Permalink Normal View History

2024-01-11 05:38:30 +07:00
#!/bin/bash
if [ -d author/project ]; then
mv author/project author/${REPO_NAME}
fi
if [ -d author ]; then
mv author ${REPO_OWNER}
fi