Future<Process> runInherit(final String cmd) => Process.start( 'bash', ['-c', cmd], runInShell: true, mode: ProcessStartMode.inheritStdio, );