Martin Šošić 04553cd60c
All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
2024-06-04 13:24:32 +02:00

8 lines
216 B
Bash
Executable File

#!/usr/bin/env bash
TOOLS_DIR=$(dirname "$(realpath "$0")") # Assumes this script is in `tools/`.
cd "${TOOLS_DIR}" && cd ../..
rm -rf opensaas-sh/app_diff
"${TOOLS_DIR}/dope.sh" template/app opensaas-sh/app diff