Great reorganization.
[profile] / un-backslashify-selection
diff --git a/un-backslashify-selection b/un-backslashify-selection
deleted file mode 100755 (executable)
index 5bb279c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-xsel -o | sed '
-       s:\\::g
-       H
-$      !d
-
-       x
-       s:\
-::g
-' | xsel -i