I want to execute a list of commands on the terminal
some of the commands might take minutes or even hours to get executed(the time for execution of each command can vary)
so what will be ideal solution to automate the task of typing the commands because i need to only give the next command when the previous one is done
kindly help