#!/bin/bash set -ex ruff format *.py #ruff check *.py pip install -r requirements.txt python test.py -co echo echo " Success!" echo