mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-26 13:13:40 +00:00
33 lines
1.7 KiB
Bash
33 lines
1.7 KiB
Bash
|
|
python pseudo-channel.py -a "shows" -n "looney tunes" -t "6:00 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "looney tunes" -t "6:30 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "looney tunes" -t "7:00 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "looney tunes" -t "7:30 AM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "Garfield & Friends" -t "8:00 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "Garfield & Friends" -t "8:30 AM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "talespin" -t "9:00 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "talespin" -t "9:30 AM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "macgyver" -t "10:00 AM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "macgyver" -t "11:00 AM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "boy meets world" -t "12:00 PM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "full house" -t "12:30 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "full house" -t "1:00 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "full house" -t "1:30 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "full house" -t "2:00 PM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "the it crowd" -t "2:30 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "the it crowd" -t "3:00 PM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "strangers with candy" -t "3:30 PM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "the office (us)" -t "4:00 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "the office (us)" -t "4:30 PM" -d "weekdays"
|
|
|
|
python pseudo-channel.py -a "shows" -n "friends" -t "5:00 PM" -d "weekdays"
|
|
python pseudo-channel.py -a "shows" -n "friends" -t "5:30 PM" -d "weekdays"
|