Added tmux-dev.sh for lunching tmux easyyyyy

interrupts
key 3 years ago
parent 885ebe6904
commit 6e75921ec4

@ -0,0 +1,19 @@
#!/bin/bash
dir=$(pwd)
echo $dir
tmux new -s 'git' -d 'fish'
tmux new -s 'compile' -d 'fish'
tmux new -s 'main' -d 'vim main.cpp'
cd $dir/bsl/csl/stm32f042/Src/
tmux new -s 'src' -d 'fish'
cd $dir/bsl/csl/stm32f042/Device/
tmux new -s 'device' -d 'fish'
cd $dir/bsl/csl/interfaces/
tmux new -s 'interface' -d 'fish'
Loading…
Cancel
Save