7 lines
52 B
Bash
7 lines
52 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
printf "led\r" > /dev/ttyACM0
|
||
|
|
||
|
exit 0
|
||
|
|