Write a bash script that uses a while loop to print numbers from 1 to 5, each followed by a fun fact about that number.
$ ./while_loop.sh
1 is the first positive integer.
2 is the only even prime number.
3 is the first odd prime number.
4 is the number of seasons in a year.
5 is the number of fingers on one hand.