mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-19 23:16:36 +01:00
11 lines
252 B
Bash
Executable File
11 lines
252 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$(dirname "$(realpath "$0")")
|
|
# Assumes this script is in `opensaas-sh/tools/`.
|
|
ROOT_DIR="${SCRIPT_DIR}/../.."
|
|
|
|
cd "${ROOT_DIR}"
|
|
|
|
rm -rf opensaas-sh/app_diff
|
|
"${ROOT_DIR}/tools/dope.sh" template/app opensaas-sh/app diff
|