#!/bin/sh set -e CSS="highlight site" for css in $CSS; do printf "\n" "$css" done