0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00
penpot/docker/devenv/files/entrypoint.sh
2020-02-25 16:24:40 +01:00

3 lines
37 B
Bash

#!/usr/bin/env zsh
set -ex
exec "$@"