20212223242526
import uk.co.gencoreoperative.executable.script.impl.LinuxShell; public class ExecutableModule extends AbstractModule { @Override protected void configure() { bind(Script.class).toInstance(new LinuxShell()); }