Advertisement
Guest User

rytec2tvheadend.sh

a guest
Oct 15th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. epg_file=/home/osmc/rytecDE_Common.gz
  4. hts_socket=/home/hts/.hts/tvheadend/epggrab/xmltv.sock
  5. /bin/gunzip -c $epg_file |/usr/bin/socat - UNIX-CONNECT:$hts_socket
  6.  
  7. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement