This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
e8651f51aa
ffmpeg
/
compat
/
plan9
/
printf
3 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
exec
awk
"
BEGIN { for (i = 2; i < ARGC; i++) printf \"
$1
\", ARGV[i] }
"
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink