diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-06-23 19:19:52 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-06-23 19:19:52 +0200 |
commit | 4e5ad948650486e3e1c9190c60f04234a3735813 (patch) | |
tree | d9f172c4bdb9d07656b625b9dfea2d7ae1fb2609 /fb | |
parent | 990a3519abed3b1c15e5ea5073518205cbdfe182 (diff) | |
download | bin-4e5ad948650486e3e1c9190c60f04234a3735813.tar.gz bin-4e5ad948650486e3e1c9190c60f04234a3735813.tar.xz |
fb: remove leading space from clipboard content
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'fb')
-rwxr-xr-x | fb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,4 +90,4 @@ else done fi -echo -n "$CLIPBOARD" | nohup &> /dev/null xclip || true +echo -n $CLIPBOARD | nohup &> /dev/null xclip || true |