#!/bin/sh sep=$1 shift printf '%s' "$1" shift printf "$sep"'%s' "$@"