1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-18 15:18:10 +02:00

Add verbosity

This commit is contained in:
dabruh 2024-04-17 18:26:01 +02:00
parent a9ccc78482
commit f5676e638d

View file

@ -73,6 +73,7 @@ monitors_exist() {
fi
done
echo "Monitors exist: ${*}"
return 0
}