This commit is contained in:
keyan 2024-03-11 15:30:35 -05:00
parent 32bc3f18d3
commit bb41692acc
1 changed files with 2 additions and 0 deletions

2
sndev
View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
docker__compose() {
if [ ! -x "$(command -v docker-compose)" ]; then
echo "docker compose is not installed"