This website requires JavaScript.
Explore
Register
Sign In
x
/
ffmpeg
Watch
1
Star
0
Fork
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2026-06-27 23:23:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00a63bfb87af6cf7bcdf85848830a90c7e052d41
ffmpeg
/
compat
/
plan9
/
printf
T
3 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
build: Plan 9 support
2012-10-15 02:38:17 +01:00
#!/bin/sh
exec
awk
"BEGIN { for (i = 2; i < ARGC; i++) printf \"
$1
\", ARGV[i] }"
"
$@
"
Reference in New Issue
Copy Permalink