mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
envsubst < /envsubst_template.json > /conf/runtime.json
|
|
java -jar /git-bridge.jar /conf/runtime.json
|