run: add qemu options directly into run

readme: add ascii tmux split screenshot to preamble
This commit is contained in:
Ciro Santilli
2018-04-16 00:48:14 +01:00
parent 24cdcdc756
commit bfba11afdd
5 changed files with 106 additions and 6 deletions

3
tmu
View File

@@ -1,2 +1,5 @@
#!/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;$*')"