jellyfin, gitignore etc
This commit is contained in:
12
hass/tools/mi-white
Executable file
12
hass/tools/mi-white
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
LD_LIBRARY_PATH=/usr/local/addons/tools && export LD_LIBRARY_PATH
|
||||
MYSCRIPT='
|
||||
after 100
|
||||
exit 0
|
||||
'
|
||||
|
||||
echo -ne '\x42' && \
|
||||
tclsh << HERE
|
||||
$MYSCRIPT
|
||||
HERE && \
|
||||
echo -ne '\xC2' | /usr/local/addons/tools/socat - udp:192.168.178.86:8899
|
||||
Reference in New Issue
Block a user