android_mt6572_jiabo/external/ffmpeg/compat/plan9/head
2025-09-05 16:56:03 +08:00

10 lines
118 B
Bash
Executable file

#!/bin/sh
n=10
case "$1" in
-n) n=$2; shift 2 ;;
-n*) n=${1#-n}; shift ;;
esac
exec sed ${n}q "$@"