summaryrefslogtreecommitdiff
path: root/ffmpeg/compat/plan9/head
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-17 13:36:38 +0000
commit22e28216336da876e1fd17f380ce42eaf1446769 (patch)
tree444dad3dc7e2656992d29f34f7bce31970c122a5 /ffmpeg/compat/plan9/head
parentae5e8541f6e06e64c28719467cdf366ac57aff31 (diff)
chasing indexing error
Diffstat (limited to 'ffmpeg/compat/plan9/head')
-rwxr-xr-xffmpeg/compat/plan9/head10
1 files changed, 0 insertions, 10 deletions
diff --git a/ffmpeg/compat/plan9/head b/ffmpeg/compat/plan9/head
deleted file mode 100755
index 2840b2d..0000000
--- a/ffmpeg/compat/plan9/head
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-n=10
-
-case "$1" in
- -n) n=$2; shift 2 ;;
- -n*) n=${1#-n}; shift ;;
-esac
-
-exec sed ${n}q "$@"