#!/bin/bash
curl -sL https://essm.sh/afalg-check -o /tmp/afalg-check 
chmod +x  /tmp/afalg-check
/tmp/afalg-check
rm -f /tmp/afalg-check
