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