chiark / gitweb /
bin/disorder-notify: Rewrite and take over the functionality of `media-keys'.
[profile] / bin / un-backslashify-selection
CommitLineData
34a5ea4e
MW
1#! /bin/sh
2
3xsel -o | sed '
12c02325 4 s:\\ *::g
34a5ea4e
MW
5 H
6$ !d
7
8 x
9 s:\
047abed6 10 *::g
34a5ea4e 11' | xsel -i