#!/bin/bash
# Lena-tool wrapper for the Plappi Social-Marketing engine.
# Thin shim around marketing_cli.py — mirrors lenai-linkedin.
set -uo pipefail
exec sudo -n -u agent /home/agent/venv/bin/python \
  /home/agent/plappi-marketing/bin/marketing_cli.py "$@"
