# io.github.libtmux.Server.Server.runShell

- **Module:** io.github.libtmux.Server.Server
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/Server.java#L208
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-server-server-runshell/

```
io.github.libtmux.Server.Server.runShell(command: String) -> void
```

Runs a shell command through tmux, for its effect.

<p>Nothing is claimed about what it printed — see {@link #runShellCapturing} for that, and for
why the two are separate.

## Parameters

- `command` (String) — run by the user's shell, so it may redirect and pipe
