#!/bin/sh set -- $1 printf "𓃠 " for word in "$@"; do printf "$word" printf " 𓃠 " done printf "\n"