From 14afca6d0b6176c0d3ce00c1df1a55cadac98232 Mon Sep 17 00:00:00 2001 From: h264 Date: Thu, 5 Oct 2023 00:31:48 -0400 Subject: [PATCH] initial commit --- fakeTV.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 fakeTV.sh diff --git a/fakeTV.sh b/fakeTV.sh new file mode 100644 index 0000000..6d0178f --- /dev/null +++ b/fakeTV.sh @@ -0,0 +1,28 @@ +#!/bin/bash +#ancient abandoned esoteric animations or AAEA for short +#FansubTV + +#Hour by Hour loop script: + +#schedule: +#-Station ID video plays +#-episode (~25 minutes) +#-random commercial block (2.5 minutes) +#-Station ID video plays +#-random commercial block (2.5 minutes) +#-episode (~25 minutes) +#-random commercial block (2.5 minutes) +#-Station ID video plays +#-random commercial block (2.5 minutes) + + +while(true); do + + + + + + + + +done