#!/bin/sh

echo "Hello from my-plugin"

if [ "$#" -gt 0 ]; then
    echo "Arguments received: $@"
fi
