最贊回答 / 夏淺淺Sarah
wr工具此時執行的是spawn,需要執行的是exec,正確的代碼為:wr --exec "lessc duang.less duang.css" duang.less。詳解如下:exec:the command will not be parsed, as will be run as givenshould handle i/o redirection shell operatorsstdout and stderr output will be buffered until the command i...
2015-05-29