File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2828
2929# Directories
3030EXTRAS_DIR=` dirname " $0 " `
31+ PROJECT_ROOT=${EXTRAS_DIR} /../
3132INCLUDE_DIR=${EXTRAS_DIR} /../src/include/cpp-client
3233SRC_DIR=${EXTRAS_DIR} /../src
3334
@@ -124,6 +125,9 @@ if [[ -d ${INCLUDE_DIR} ]]; then
124125 echo -e " Moving 'http.h'\n"
125126 mv ${INCLUDE_HTTP_DIR} /http.h ${SRC_HTTP_DIR}
126127
128+ echo -e " Moving Docs to the './extras' directory.\n"
129+ mv ${PROJECT_ROOT} /docs ${EXTRAS_DIR}
130+
127131 echo -e " Removing old directories 🗑\n"
128132 rm -rf ${INCLUDE_DIR}
129133
183187 echo -e " Moving 'http.h'\n"
184188 mv ${SRC_HTTP_DIR} /http.h ${INCLUDE_HTTP_DIR}
185189
190+ echo -e " Moving Docs back to the project root directory.\n"
191+ mv ${EXTRAS_DIR} /docs ${PROJECT_ROOT}
192+
186193 echo -e " Removing old directories 🗑\n"
187194 rm -rf ${SRC_CONNECTION_DIR}
188195
You can’t perform that action at this time.
0 commit comments