#!/bin/bash
if which curl >/dev/null; then
    curl --silent https://i-nex.pl/?downloadcount=1 > /dev/null 1>&1
fi