#! /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 me='id' value='bba6c923e73d3028f694793c281ce6d386b6d48c'/> Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-se-NossaSenhoraDoSocorro (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10Update Amazonas 3 61.0WOlliver Schinagl2-411/+18
2018-05-10Rename ABS1 to ABS2Olliver Schinagl1-0/+0
2018-05-10Rename Atlantic Bird 3 to Eutelsat5Olliver Schinagl1-0/+0
2018-05-10Remove Atlantic Bird 1Olliver Schinagl1-270/+0
2018-05-10dtv-scan-tables - dvb-s - update and rename the config file for Atlantic-Bird...leny@netcourrier.com1-53/+663
2018-05-10Add another initial transponder for Ziggo/Netherlands.Jens Peters1-0/+8