#!/bin/sh

while ( true  ) do
./intr_latency.exe -f test.txt
cat /proc/interrupts | grep gpio_int
done
