I have the following beginning to a bash script;
#!/bin/bash echo "Starting ..." while IFS="" read -r day || [ -n "$day" ]; do