RaspiStream/var/www/api/pair.exp
2017-05-19 12:09:07 +02:00

5 lines
84 B
Plaintext
Executable File

#!/usr/bin/expect
set timeout 4
spawn sudo moonlight pair
expect "% " { send "\n" }