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