ffmpeg/compat/plan9/printf

3 lines
86 B
Bash
Executable File

#!/bin/sh
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"