blob: 0fd5206f6400570b0032a3794108d8150bf6546c [file] [log] [blame]
Tanguy Pruvot8a6c2c22012-04-28 00:24:09 +02001#!/bin/sh
2# TODO: use getopt to avoid parsing options as filenames,
3# and to support -- and --help
4[ $# -ne 0 ] && DASH_I=-i
5sed $DASH_I -e 's/\r$//' "$@"