Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
10
tools/python/airmaps/sandbox/clean.sh
Executable file
10
tools/python/airmaps/sandbox/clean.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
BUILD_PATH="$(dirname "$0")"
|
||||
OMIM_PATH="$(cd "${OMIM_PATH:-${BUILD_PATH}/../../../..}"; pwd)"
|
||||
|
||||
echo "Cleaning.."
|
||||
rm "${OMIM_PATH}/.dockerignore" 2> /dev/null
|
||||
mv "${OMIM_PATH}/.dockerignore_" "${OMIM_PATH}/.dockerignore" 2> /dev/null
|
||||
|
||||
rm -r "${BUILD_PATH}/storage" 2> /dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue