Files
linux-kernel-module-cheat/tmu
Ciro Santilli bfba11afdd run: add qemu options directly into run
readme: add ascii tmux split screenshot to preamble
2018-04-16 01:09:11 +01:00

6 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
if [ "$(tmux list-panes | wc -l | cut -d' ' -f1)" -ne 1 ]; then
tmux kill-pane -t 1
fi
tmux split-window -h "bash --rcfile <(echo '. ~/.bashrc;$*')"