5 ms·
Thanks for pointing it out. Won't quoting the command in the package's function call itself work, for eg: outs := oexec.Series("/usr/bin/osascript -e 'say 5'")
by amalfra 9y ago
Thanks for pointing it out. Won't quoting the command in the package's function call itself work, for eg:
outs := oexec.Series("/usr/bin/osascript -e 'say 5'")
I think even when running command in shell prompt arguments with space are supposed to be escaped with quotes