• Here is an example codes on how to run script from an .sh file without closing the terminal.
#!/bin/bash

echo "hello world"

$SHELL