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