#!/bin/bash

echo "hello from content provider V1"

exec "$@"
