mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Add a start script
This commit is contained in:
parent
d40532ddab
commit
cebf81a369
1 changed files with 9 additions and 0 deletions
9
bin/start
Executable file
9
bin/start
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
function __main__() {
|
||||
exec ./bin/docker-compose start "$@"
|
||||
}
|
||||
|
||||
__main__ "$@"
|
Loading…
Add table
Add a link
Reference in a new issue