0e6f107ea1
bash might not be in /bin. Don't expect it there.
7 lines
60 B
Bash
7 lines
60 B
Bash
#!/usr/bin/env bash
|
|
|
|
printf "led\r" > /dev/ttyACM0
|
|
|
|
exit 0
|
|
|