MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
785 stars 118 forks source link

Add shell command executor #87

Open lukasvida opened 4 months ago

lukasvida commented 4 months ago

This adds shell command executor that can be used on systems that do not have bash

lukasvida commented 4 months ago

Also would it be possible to make class CommandExecutor and interface ICommandExecutor public so that developers can use it in their own code? Or is it better to write new command executor on its own in each project?