mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-20 15:58:06 +02:00
Merge pull request #1 from overleaf/msm-add-mongo-shell-script
Added bin/mongo to open mongo shell
This commit is contained in:
commit
d195dde8f3
1 changed files with 9 additions and 0 deletions
9
bin/mongo
Executable file
9
bin/mongo
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
function __main__() {
|
||||
exec ./bin/docker-compose exec mongo mongo
|
||||
}
|
||||
|
||||
__main__ "$@"
|
Loading…
Add table
Add a link
Reference in a new issue