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
70ebc05bce
ffmpeg
/
compat
/
plan9
/
head
11 lines
118 B
Bash
Executable File
Raw
Blame
History
#!/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
View Git Blame
Copy Permalink