nix/lib/modules/home/scripts/common/bin/docker-compose
Daniel Flanagan 7915f78ee3
Some checks failed
/ check (push) Failing after 25s
WIP!
2025-02-14 13:04:04 -06:00

4 lines
180 B
Bash
Executable file

#!/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 "$@"