@echo off
cls

rem Insert timeline entry as simple text from command line
rem with picture attachment

cli_mirror -i ^
	"I am a simple text from example 4 with attachment" ^
	./ColorBars.png

