This website requires JavaScript.
Explore
Help
Register
Sign In
freesea
/
data
Watch
1
Star
0
Fork
You've already forked data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
data
/
tool
/
ubuntu
/
ffmpeg
/
ffmpeg-3.1
/
compat
/
plan9
/
printf
3 lines
86 B
Bash
Executable File
Raw
Permalink
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