#!/bin/bash # Simple test script — verifies script execution is working echo "Hello from SoulSync Scripts!" echo "Automation: $SOULSYNC_AUTOMATION" echo "Event: $SOULSYNC_EVENT" echo "Time: $(date)"