mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
cd ${ZIPLINE_ROOT:-/zipline}
|
|
exec node --enable-source-maps build/ctl "$@"
|
|
|