mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-29 11:12:19 +01:00
8 lines
216 B
Bash
Executable File
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
|