# Copyright Giulio Sorrentino 2026
#This software is under MIT, and is WITHOUT ANT WARRANTY
#! /bin/bash
id=$(($RANDOM%(999)+1))
mysql -u guest -D barzellette -h numeronesoft.ddns.net --ssl=false -N -s -e "SELECT testo From Barzellette where ID=$id"; 

