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