Batch-run tasks from a text file

Keep a list of tasks in a text file — one line each. The scenario reads the file and runs a command for every line in turn.

  • One file — the whole list runs itself
  • A command runs for every line
  • In turn, no manual repetition
  • Add a line — add a task