Damir Srpčič
Results
1
comments of
Damir Srpčič
With some experimentation, I've found that you have to escape the quotes, like this: `command = sh -c \"cd /home && touch test.txt\"` however, sometimes you want to use the...