Files
Loyal-Bear---The-SynthID-Sc…/run.sh
T
2026-08-22 14:34:56 -04:00

10 lines
175 B
Bash

#!/usr/bin/env bash
set -e
if ! command -v python3 &> /dev/null; then
echo "ERROR: Python 3 not found. Please install Python 3.10+ first."
exit 1
fi
python3 main.py