updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / sundtek / sundtek_do.sh
blob6abaf755167b4a76abaefa6cea737c415a513030
1 #!/bin/bash
2 # Calls /opt/bin/mediaclient for all found
3 # sundtek DVB devices with the given command line
6 for frontend in $(/opt/bin/mediaclient -e|grep FRONTEND|uniq|cut -f2- -d'/')
7 do
8 frontend="/${frontend}"
9 echo ${frontend}
10 /opt/bin/mediaclient -d ${frontend} $*
11 done