blob: c5a8e39c11152dceaa2cde867d3ee4eab1c31c4c [file] [log] [blame]
Pere Orgad0222502012-02-09 18:23:33 +01001#!/bin/sh
2# TODO: use getopt to avoid parsing options as filenames,
3# and to support -- and --help
4for i in "$@"
5do
6sed -e '1!G;h;$!d' "$i"
7done