@khaleessi, can you help me figure out CLI params for this script on mac? (Hopefully a command that will work on linux too)
'&' Delimiter doesn't seem to work.
-script 591:1;1;1;1;1
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-script 591:1&1&1&1&1
[1] 40144
[2] 40145
[3] 40146
[4] 40147
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
-bash: 1: command not found
[2] Exit 127 1
[3]- Exit 127 1
[4]+ Exit 127 1
-script "591:1;1;1;1;1"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6
at org.osbot.BotApplication.main(ey:244)
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127
-script "591:1&1&1&1&1"
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1: command not found
/bin/sh: 1,1,0,0,0,0,0,null: command not found
Bot exited with code : 127
Full CLI command:
java -jar /Users/craig/OSBot/osbot.jar -login kook723:[CENSORED] -bot [CENSORED]:[CENSORED]:0000 -script 591:1&1&1&1&1 -world 1 -debug 5005
Any recommendations on a delimiter to use? Or maybe this should be reported to the bot devs?