Closed trmdi closed 7 years ago
How can I pass kdialog --msgbox Test to bash attribute? Tried the below echo but nothing works:
kdialog --msgbox Test
bash
echo
echo "This bash doesn't run | bash='kdialog --msgbox Test'" cmd="kdialog --msgbox Test" echo "This bash doesn't run too | bash=$cmd"
I could create another .sh file to place into the bash attribute. But could you improve the parser of kargos in this case?
.sh
Yes, I will fix it shortly. By now you have to place it in an external script.
Done in 0800e22ffe01afa3676b82a39a00ee1ecf040adf
Use single quotes, as in your example.
Well done bro. 👍
How can I pass
kdialog --msgbox Test
tobash
attribute? Tried the belowecho
but nothing works:I could create another
.sh
file to place into thebash
attribute. But could you improve the parser of kargos in this case?