Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c5fe9f7b723f949457263ef8e22ab807d5b549ce
/
.
/
applets_sh
/
unix2dos
blob: 70e04290616b2f794cd0ae94de32fbe2a23da889 [
file
] [
log
] [
blame
]
Pere Orga
d022250
2012-02-09 18:23:33 +0100
[
diff
] [
blame
]
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/'
"$@"