Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / compat / plan9 / printf
1 #!/bin/sh
2 exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"