5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
|
#!/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 "$@"
|