blob: 1a70a9e91a9dd97e71825b1ca8efc1c6d7fd26f3 [file]
#!/bin/sh
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"