Play macro loop via command line on ubuntu 18

I can launch chrome from terminal on ubuntu. I now need the command to play my kantu macro in loop using a terminal command. I already saved the number of loops in the kantu extention 1000 times.

Can you add the loop inside the macro?

Like this:

LABEL start

… (main macro part here)

GOTOLABEL start

Same question here.
I tried with the loop in the macro, but it will eventually time out, because it never actually finishes.
Can the time be reset at the end of each loop?

You can use store | 600000 | !timeout_macro to set the macro timeout to a very high value that is never reached. Or change it directly on the settings page:

timeout_macro

What I actually need is to launch google chrome from command line and then also play a macro using a command via terminal.