This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b30ac3ef95df83aeb69b7701fcdcd38c141744b6
itgmania212121
/
bundle
/
ffmpeg
/
compat
/
plan9
/
printf
T
3 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Bundling ffmpeg, initial attempt. This builds on MinGW; Linux is untested as of yet.
2014-02-09 17:23:19 -06:00
#!/bin/sh
exec
awk
"BEGIN { for (i = 2; i < ARGC; i++) printf \"
$1
\", ARGV[i] }"
"
$@
"
Reference in New Issue
Copy Permalink