mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/usr/bin/env bashio
|
|
set -e
|
|
|
|
bashio::log.info "Starting CEC client scan..."
|
|
echo scan | cec-client -s -d 1
|