#!/bin/sh

set -e

gpioset -t 0 -c gpiochip0 17=0

exit 0
