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
507a6cd5dd0dcea1bbb95778a64ec5cec008ee06
itgmania212121
/
bundle
/
ffmpeg
/
compat
/
plan9
/
head
T
11 lines
118 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
n
=
10
case
"
$1
"
in
-n
)
n
=
$2
;
shift
2
;;
-n*
)
n
=
${
1
#-n
}
;
shift
;;
esac
exec
sed
${
n
}
q
"
$@
"
Reference in New Issue
Copy Permalink