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