el/dot-emacs.el: Remove `noip' from `LD_PRELOAD' list while running `man'.
[profile] / bin / un-backslashify-selection
... / ...
CommitLineData
1#! /bin/sh
2
3xsel -o | sed '
4 s:\\ *::g
5 H
6$ !d
7
8 x
9 s:\
10 *::g
11' | xsel -i