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