mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Fill in the shell command
This commit is contained in:
parent
601d773ebb
commit
d40532ddab
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
function __main__() {
|
||||
exec ./bin/docker-compose exec sharelatex bash
|
||||
}
|
||||
|
||||
__main__ "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue