You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
![]() |
#!/bin/sh
|
||
|
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"
|