Duiwin Script
Duiwin Script
/bin/bash
pkg update -y
pkg upgrade -y
echo "Waiting..."
sleep 3
#result function is used to fetch the result of the entered parity number
TestServer=$((RANDOM % 2))
if [ $TestServer -eq 0 ]; then
status="🔴"
else
status="🟢"
fi