Execute a terminal command (Return the output if exists).
static Future<dynamic> executeCommand(String command) async => await executeCommandImpl(command);