Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
69db864
raw
history blame
56 Bytes
#!/bin/sh
set -e
# Execute the main command
exec "$@"