From f3654d336919d3f2123b099fc8114a8284ee5272 Mon Sep 17 00:00:00 2001 From: polymurph Date: Tue, 2 Aug 2022 11:43:06 +0200 Subject: [PATCH] small change to tmux bash script --- tmux_workbench.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux_workbench.sh b/tmux_workbench.sh index edda724..384184f 100755 --- a/tmux_workbench.sh +++ b/tmux_workbench.sh @@ -25,3 +25,6 @@ tmux new -s 'KED submodule' -d 'fish' cd $dir/ tmux new -s 'miniCom' -d 'minicom' + + +echo "Hello, World"