#! /bin/sh # Perl doesn't seem to like -CA in the #! line. perl -w -CA -e ' use strict; for my $char (split //, join " ", @ARGV) { system("unicode", $char); } ' "$@"