#!/bin/sh # # emit args... -- emit arguments to stdout, one per line for A; do echo "$A" done