netwatch and multiple scripts

Is it possible to add multiple up/down-scripts in netwatch?
eg. up-script=“script1;script2”

I know it’s possible to write a script that combines both scripts but that would be tedious…

Any hint?

/system script {run "script1"; run "script2"}