- Name: Jess Bermudes
- Student ID: 0767448
- Email: bermu103@mail.chapman.edu
- Class: CPSC-298-03
- Assignment: numbers
A bash script named “numbers.sh” that will
- prompt a user to type a positive integer
- print all the numbers from 1 up to and including that number
- print the word "odd" or "even" on the same line as each number
- numbers.sh
- numbers-input
To run the script with input from the included numbers-input file: ./numbers.sh < numbers-input