1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
dotfiles/scripts/sail
2025-12-06 08:18:19 +01:00

9 lines
99 B
Bash
Executable file

#!/bin/bash
CMD=vendor/bin/sail
if [ ! -x "${CMD}" ]; then
CMD=docker-compose
fi
${CMD} $@