From c34ecbd3eff3002059b4fc3abed1e46dbfdaf140 Mon Sep 17 00:00:00 2001 From: briquet Date: Wed, 16 Sep 2026 11:43:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(dev)=20remove=20the=20unused=20bin?= =?UTF-8?q?/compose=20wrapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing in the repository nor the CI calls it --- bin/compose | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 bin/compose diff --git a/bin/compose b/bin/compose deleted file mode 100755 index 1adb3d83..00000000 --- a/bin/compose +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -# shellcheck source=bin/_config.sh -source "$(dirname "${BASH_SOURCE[0]}")/_config.sh" - -_docker_compose "$@"