#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.1 2000/03/10 12:02:43 reinelt Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends here hidden' name='id' value='4fd5ee5abf0a02eca7a83d310a433da98c142c57'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvbv5_dvb-t/fi-Kuusamo_Hamppulampi (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-08-31Updated scan file for es-Cadiz (Andalusia)Guillermo GutiƩrrez1-7/+30
2014-08-28Updated dvb-t/au-Melbourne scan tablePaul Freeman1-12/+23
Attached is a diff patch file to update dvb-t/au-Melbourne for the new transmission frequency for SBS which came into effect in early 2014 as well as adding channel 31, a community channel. Could this please be considered for patching the existing file? Regards Paul Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>