Running multiple scripts

hello guys, I can’t find the way of running multiple scripts in the hotspot user profile onlogin propertie
I’ve written some scripts and didn’t have any problem when just needed to call one of them writing the name on the text field, but actually need to run 2 of them

a solution is to run scripts this way

/system script run "script_name1"

/system script run "script_name2"