|
|
@ -3,9 +3,7 @@
|
|
|
|
dir=$(pwd)
|
|
|
|
dir=$(pwd)
|
|
|
|
echo $dir
|
|
|
|
echo $dir
|
|
|
|
|
|
|
|
|
|
|
|
tmux new -s 'git' -d 'fish'
|
|
|
|
|
|
|
|
tmux new -s 'compile' -d 'fish'
|
|
|
|
tmux new -s 'compile' -d 'fish'
|
|
|
|
|
|
|
|
|
|
|
|
tmux new -s 'main' -d 'fish'
|
|
|
|
tmux new -s 'main' -d 'fish'
|
|
|
|
|
|
|
|
|
|
|
|
cd $dir/ked/csl/stm32f042/Src/
|
|
|
|
cd $dir/ked/csl/stm32f042/Src/
|
|
|
@ -17,7 +15,4 @@ tmux new -s 'device' -d 'fish'
|
|
|
|
cd $dir/ked/csl/interfaces/
|
|
|
|
cd $dir/ked/csl/interfaces/
|
|
|
|
tmux new -s 'interface' -d 'fish'
|
|
|
|
tmux new -s 'interface' -d 'fish'
|
|
|
|
|
|
|
|
|
|
|
|
cd $dir/ked/
|
|
|
|
tmux a -t compile
|
|
|
|
tmux new -s 'KED submodule' -d 'fish'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tmux a
|
|
|
|
|
|
|
|