]> git.sesse.net Git - ffmpeg/blob - compat/plan9/printf
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / compat / plan9 / printf
1 #!/bin/sh
2 exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"