#!/bin/sh
# Prefer the bundled Node.js so the CLI works regardless of system node version
export PATH=/opt/witty-service/node/bin:$PATH
exec /opt/witty-service/openclaw/bin/openclaw "$@"
