#!/bin/bash if command -v solen > /dev/null then solen else python3 "./src/main.py" fi