commit 14afca6d0b6176c0d3ce00c1df1a55cadac98232 Author: h264 Date: Thu Oct 5 00:31:48 2023 -0400 initial commit 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