nix/modules/home-manager/scripts/common/bin/docker-compose
2023-10-10 16:42:32 -05:00

5 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 "$@"