aboutsummaryrefslogtreecommitdiff
path: root/bin/su2d.sed
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:39:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:39:48 +1200
commit2d20e84c042832eda21b557b015cfa9ba53439af (patch)
treeda78d68149182354567e1ffd08eaa4de090bff2f /bin/su2d.sed
parentAdd tentative enhancements to br(1) (diff)
downloaddotfiles-2d20e84c042832eda21b557b015cfa9ba53439af.tar.gz
dotfiles-2d20e84c042832eda21b557b015cfa9ba53439af.zip
Add sd2u(1) and su2d(1)
Diffstat (limited to 'bin/su2d.sed')
-rw-r--r--bin/su2d.sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/su2d.sed b/bin/su2d.sed
new file mode 100644
index 00000000..06998986
--- /dev/null
+++ b/bin/su2d.sed
@@ -0,0 +1,2 @@
+# Convert UNIX line endings to DOS ones
+/[^\r]$/s/$/\r/g