diff --git a/bash-scripts/generate-channels-daily-schedules.sh b/bash-scripts/generate-channels-daily-schedules.sh new file mode 100644 index 0000000..a964355 --- /dev/null +++ b/bash-scripts/generate-channels-daily-schedules.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# file: generate-channels-daily-schedules.sh + +#---- +# Simple script to generate the daily schedule for each individual channel. +# +#---- + +#---- +# To Use: +# This script needs to be setup with a crontab entry that runs everyday at midnight. +#---- \ No newline at end of file