#!/bin/bash
furits = ("apple" "grape" "banana" "orange")
for furit in "${furits[@]}; do
eoch "I like ${furit}"
done