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