#!/bin/sh # zecho - print arguments seperated by NUL bytes for a; do printf '%s\0' "$a" done