#! /usr/bin/env bash
set -euo pipefail
function __main__() {
exec ./bin/docker-compose stop "$@"
}
__main__ "$@"