X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f4e43257fd5b724d48f6451ab6b88a00b379b606..9906310798d936a6cacd0ec5a2d3b607e911c423:/un-backslashify-selection diff --git a/un-backslashify-selection b/un-backslashify-selection deleted file mode 100755 index 5bb279c..0000000 --- a/un-backslashify-selection +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -xsel -o | sed ' - s:\\::g - H -$ !d - - x - s:\ -::g -' | xsel -i