cognee/distributed/entrypoint.sh
2025-04-23 09:28:37 +02:00

5 lines
94 B
Bash

#!/usr/bin/env bash
echo "$@"
exec "$@" # Runs the command passed to the entrypoint script.