Skip to content
Snippets Groups Projects
dev-entrypoint.sh 29 B
Newer Older
#!/bin/bash
set -e
exec "$@"