From 60b8d36a035b9025340ef5105a6716c389a37db6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 10 Oct 2023 16:42:32 -0500 Subject: [PATCH] Docker compat --- modules/home-manager/scripts/common/bin/docker-compose | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 modules/home-manager/scripts/common/bin/docker-compose diff --git a/modules/home-manager/scripts/common/bin/docker-compose b/modules/home-manager/scripts/common/bin/docker-compose new file mode 100755 index 0000000..65bfd4a --- /dev/null +++ b/modules/home-manager/scripts/common/bin/docker-compose @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +# a shim implemented this way so that other scripts looking for an executable +# docker-compose file in my path think I have it installed 😈 +podman-compose "$@"