#!/usr/bin/dash if systemctl is-active ollama >/dev/null; then echo 'ol' else echo '' fi