Files
html/api/v76-scripts/skill-hostname-info.sh

7 lines
273 B
Bash
Executable File

#!/bin/bash
# V27 V89 scale - Opus WIRE continue - Skill: hostname-info
# Description: Hostname info
# Whitelist-safe timeout 8s
set -e
timeout 8 bash -c 'hostnamectl 2>/dev/null | head -5' 2>&1 || echo "{\"skill\":\"hostname-info\",\"error\":\"timeout_or_missing_tool\"}"