17 ms·
any idea how to port this line of code to work on a MS Windows ruby platform? %[sh -c '#{results.join(" | ")}'] ~ I've tried a few things but keep getting
by ticktock 17y ago
any idea how to port this line of code to work on a MS Windows ruby platform?
%[sh -c '#{results.join(" | ")}']
~
I've tried a few things but keep getting this:
Running: sh -c 'grep -e hello access.log'
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
- ticktock 17y agoActually that error is being thrown when the shell command hits EventMachine::popen hmm...