Write a bash script HW4p2.sh to print out the list of numbers between 0 to 100 (including 0 and 100) that are divisible by both 3 and 5. You must create a bash function inside the script to check the divisibility by 3 and 5.