Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e6b578761a77a9b8d073b6b33a3c4e3d175a7c37
/
.
/
applets_sh
/
unix2dos
blob: 70e04290616b2f794cd0ae94de32fbe2a23da889 [
file
] [
log
] [
blame
]
#!/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/'
"$@"