Files
windmill/scripts/pre-remove.sh
centdix 34748a87b9 change
2026-03-10 16:29:18 +01:00

9 lines
242 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/worktree-common.sh"
echo "pre-remove" >> /home/farhad/Desktop/windmill/hello.txt
wm_kill_processes_from_env_file "$(pwd)/.env.local"
wm_shared_pre_remove "$(pwd)"