kiibohd-controller/Bootloader/Scripts/ledTest.bash
Dan McGregor 6cea31c463 Start removing select Linux-isms
bash might not be in /bin. Don't expect it there.
2016-02-25 23:04:26 -08:00

6 lines
60 B
Bash

#!/usr/bin/env bash
printf "led\r" > /dev/ttyACM0
exit 0