added installer
This commit is contained in:
10
install.sh
Executable file
10
install.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d author/project ]; then
|
||||
mv author/project author/${REPO_NAME}
|
||||
fi
|
||||
|
||||
if [ -d author ]; then
|
||||
mv author ${REPO_OWNER}
|
||||
fi
|
||||
|
Reference in New Issue
Block a user