Files
html/api/v76-scripts/skill-zombie-process.sh

7 lines
275 B
Bash
Executable File

#!/bin/bash
# V27 V89 scale - Opus WIRE continue - Skill: zombie-process
# Description: Zombie processes
# Whitelist-safe timeout 8s
set -e
timeout 8 bash -c 'ps aux | awk '$8=="Z"' | wc -l' 2>&1 || echo "{\"skill\":\"zombie-process\",\"error\":\"timeout_or_missing_tool\"}"