diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh
index 6e5c9fa6af3bbfa00c65aa1d5d49782f8aba8e60..4dc01c038c5321a73ba63c4532d53969a1badb4f 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 "\n\n===== Example parallel algorithms ====="
+echo -e "\n\n===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
-echo "\n\n===== Example future of the parallel algorithms ====="
+echo -e "\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 73b32c6c05c2be591d38578138dbffab7288f14b..3edc3699806c02c1e83fcdfe993d9fd4d384206f 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 "\n\n===== Example parallel algorithms ====="
+echo -e "\n\n===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
-echo "\n\n===== Example future of the parallel algorithms ====="
+echo -e "\n\n===== Example future of the parallel algorithms ====="
 srun ./artefacts/future
\ No newline at end of file