mirror of https://github.com/arendst/Tasmota.git
6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Connect u0 to receiver, u1 to sender
|
||
|
|
||
|
jam u0 u1 && expect test.ex
|