https://raspberrypi.stackexchange.com/questions/79494/continuesly-monitor-gpio-input-change-events-in-bash tl;dr: write the pin number to “export”. write “in” to direction. cat that pin's value. boom. no need to debase ourselves with python.
echo 26 > /sys/class/gpio/export echo in > /sys/class/gpio/gpio26/direction cat /sys/class/gpio/gpio26/value