#!/bin/sh

gcc -Wall -o histoxex histoxex.c
find /home/user/Downloads/ -name '*.xex' > files.txt
./histoxex files.txt raport.txt > dosalert.txt

