CirculartextAI2 / entrypoint.sh
circulartext's picture
Update entrypoint.sh
3a2923b verified
raw
history blame
No virus
85 Bytes
#!/bin/bash
set -e
# Run the CMD or any other command you want to execute
exec "$@"