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