diff options
Diffstat (limited to 'applets_sh/unix2dos')
-rwxr-xr-x | applets_sh/unix2dos | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applets_sh/unix2dos b/applets_sh/unix2dos deleted file mode 100755 index 70e042906..000000000 --- a/applets_sh/unix2dos +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | # TODO: use getopt to avoid parsing options as filenames, | ||
3 | # and to support -- and --help | ||
4 | [ $# -ne 0 ] && DASH_I=-i | ||
5 | sed $DASH_I -e 's/$/\r/' "$@" | ||