1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00
overleaf-toolkit/bin/shell

10 lines
129 B
Text
Raw Permalink Normal View History

#! /usr/bin/env bash
set -euo pipefail
2020-06-05 11:06:00 +01:00
function __main__() {
exec ./bin/docker-compose exec sharelatex bash
}
__main__ "$@"