3 lines
83 B
Text
3 lines
83 B
Text
|
|
var commandOutput = exec('ls -gocart', { retAll:true });
|
||
|
|
puts(commandOutput.data);
|