aboutsummaryrefslogtreecommitdiff
path: root/applets_sh/dos2unix
diff options
context:
space:
mode:
Diffstat (limited to 'applets_sh/dos2unix')
-rwxr-xr-xapplets_sh/dos2unix5
1 files changed, 0 insertions, 5 deletions
diff --git a/applets_sh/dos2unix b/applets_sh/dos2unix
deleted file mode 100755
index 0fd5206f6..000000000
--- a/applets_sh/dos2unix
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# TODO: use getopt to avoid parsing options as filenames,
-# and to support -- and --help
-[ $# -ne 0 ] && DASH_I=-i
-sed $DASH_I -e 's/\r$//' "$@"