#!/bin/bash source .env # Je treba inicializirat kamero? curl "galbot:81" if [[ $? ]]; then echo "Inicializiram..." curl "galbot/cm?cmnd=WcInit" fi