mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 00:19:07 -05:00
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/usr/bin/env zsh
|
|
|
|
source /home/uxbox/.zshrc
|
|
set -ex
|
|
exec "$@"
|