mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
source "$(dirname "${BASH_SOURCE[0]}")/worktree-common.sh"
|
|
|
|
wm_kill_processes_from_env_file "$(pwd)/.env.local"
|
|
wm_shared_pre_remove "$(pwd)"
|