#!/usr/bin/env bash

current_dir=$(pwd)

cd /opt/espifetch && uv run main.py

cd $current_dir
