blob: 73b54771ac8b9ae4bd6a762e0813ad3961c4696d [file] [log] [blame]
BEGIN {
for (i = 1; i < ARGC; i++)
printf "%s ", ARGV[i]
printf "\n"
exit
}