Quote:
Originally Posted by kartonik007
Hi there
Darby_Crash Your program work very well, but could You change that i have to press enter to the end of the channel list and finnaly then i can set program i want to watch, could You do something with it?
thanks in advance
|
In line 69 of the script:
Code:
type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1 | more
delete "| more":
Code:
type list.txt | sed "s#*##g" | sed "s# = # #g" | cut -d"$" -f1
else if you press space button, the list, scroll fast...