mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 00:58:48 +00:00
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/usr/bin/env zsh
|
|
|
|
source /home/uxbox/.zshrc
|
|
set -ex
|
|
exec "$@"
|