1 --messaging-create-sms=number=+798968528,text=hello
Вызываю ее вот так
exec.Command("mmcli","-m 1","--messaging-create-sms=number=+798968528,text=hello")
И получаю ошибку, в чем может быть проблема?
exec.Command("sh","-c","mmcli -m 1 -- messaging-create-sms=number=+798968528,text=hello") ?
Обсуждают сегодня