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)"
|