#!/bin/bash
cd /home/agent/.openclaw/workspace/Auto_Shorts_Bot/
pkill -f Main.py
nohup ./venv/bin/python Main.py > /dev/null 2>&1 &
echo "🚀 Auto Shorts Bot erfolgreich gestartet!"
