macro_rules! kill_server { (@cmd ($cmd:expr)) => { ... }; () => { ... }; (($cmd:expr), $($tail:tt)*) => { ... }; ($($tail:tt)*) => { ... }; }
Kill the tmux server and clients and destroy all sessions
tmux ^0.8:
kill-server