diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh
index 804edc5b061cd5799a4a81fb47f65b4c0b807537..6e5c9fa6af3bbfa00c65aa1d5d49782f8aba8e60 100644
--- a/Examples/baobab_run.sh
+++ b/Examples/baobab_run.sh
@@ -10,7 +10,7 @@ module load NVHPC/21.11
 
 echo "===== Example cuda ====="
 srun ./artefacts/cuda_sum_vec
-echo "===== Example parallel algorithms ====="
+echo "\n\n===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
-echo "===== Example future of the parallel algorithms ====="
+echo "\n\n===== Example future of the parallel algorithms ====="
 srun ./artefacts/future
\ No newline at end of file
diff --git a/Examples/ygg_run.sh b/Examples/ygg_run.sh
index 92664058789861329d3c9c19a1369317a8a601c5..73b32c6c05c2be591d38578138dbffab7288f14b 100644
--- a/Examples/ygg_run.sh
+++ b/Examples/ygg_run.sh
@@ -10,7 +10,7 @@ module load NVHPC/21.11
 
 echo "===== Example cuda ====="
 srun ./artefacts/cuda_sum_vec
-echo "===== Example parallel algorithms ====="
+echo "\n\n===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
-echo "===== Example future of the parallel algorithms ====="
+echo "\n\n===== Example future of the parallel algorithms ====="
 srun ./artefacts/future
\ No newline at end of file