]> git.sesse.net Git - ffmpeg/blob - compat/plan9/printf
cmdutils: add show_demuxers and show_muxers
[ffmpeg] / compat / plan9 / printf
1 #!/bin/sh
2 exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"