mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 05:45:53 +00:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
echo "Setting up UXBOX Backend..."
|
|
|
|
exec "$@"
|