7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# Do NOT change working directory with `cd`, so that the command being run has access to the working directory where
|
||
|
|
# the command was invoked by the user.
|
||
|
|
|
||
|
|
exec node /opt/appsmith/rts/bundle/ctl/index.js "$@"
|