+ run script

This commit is contained in:
Johannes Theiner 2020-01-07 13:58:18 +01:00
parent 8c9f4a18dd
commit 7693394c33
1 changed files with 20 additions and 0 deletions

20
run.sh Executable file
View File

@ -0,0 +1,20 @@
#!/bin/bash
cd ..
tmux new-session -s vkvm -d bash
tmux split-window -v bash
tmux split-window -h -p 50 bash
tmux select-pane -t 0
tmux split-window -h -p 50 bash
tmux select-pane -t 3
tmux send -t vkvm:0.0 "cd shared-memory/build ; ./SharedMemory" C-m
sleep 1
tmux send -t vkvm:0.0 "override" C-m
sleep 2
tmux send -t vkvm:0.1 "cd gui/build ; ./GUI" C-m
sleep 1
tmux send -t vkvm:0.2 "cd text-renderer/build ; ./TextRenderer" C-m
tmux -2 attach-session -d