Script executing shell command

Can I add a line in my script to call an external app by command line?
If yes. how Can I do it?

Regards,
Cesar

1 Like

You can’t call an external application in a Siril script.

But if you know a bit of python language then you can use the pySiril library:

see: