5 lines
180 B
Bash
Executable file
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 "$@"
|