mirror of
https://github.com/diced/zipline.git
synced 2026-03-12 21:22:49 -07:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
cd ${ZIPLINE_ROOT:-/zipline}
|
|
exec node --enable-source-maps build/server
|