Welcome to mirror list, hosted at ThFree Co, Russian Federation.

printf « plan9 « compat - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a70a9e91a9dd97e71825b1ca8efc1c6d7fd26f3 (plain)
1
2
#!/bin/sh
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"