#!/bin/bash
# tute16

clear
echo -e "#################################### 16 ######################################\n"
echo -e "You might be thinking that's allot of work for just one single digit number.\n"
sleep 5
echo -e "You're right in one way. I didn't know much at all about sed and awk when I"
echo -e "set out trying to figure out a way to parse that channels.conf file.\n"
sleep 5
echo -e "It was a bit of work, but I learned in the process and my save-dvb script has"
echo -e "been run hundreds of times in our house and I don't think about it anymore.\n"
sleep 5
echo -e "I could have written the settings into a config file like my stream-dvb.conf"
echo -e "but with the script able to parse a channels.conf someone somewhere else can"
echo -e "also use it as is."