Bash Scripting - Functions
You want to create a reusable library
utils.sh with a function timestamp that prints the current date and time. How should you write and use it in your script run.sh to print the timestamp?