mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
7 lines
84 B
Bash
7 lines
84 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
export PATH="/usr/local/nodejs/bin/:$PATH"
|
|
|
|
exec "$@"
|