X-Git-Url: https://git.armaanb.net/?p=charsel.git;a=blobdiff_plain;f=charsel;fp=charsel;h=8270ff3ed0546463f220a653305507f846986a3d;hp=132fb7f26f19c8d8dc8afaaddf9b5c9d416f1861;hb=bee529ae7f1b61ccbf3bc2cdf9fd4db12c0739f4;hpb=55679d54448ed92b94f2db454b07d5ff839ba6b5 diff --git a/charsel b/charsel index 132fb7f..8270ff3 100755 --- a/charsel +++ b/charsel @@ -19,7 +19,9 @@ ######################################################################## -VERSION=2.0.5 +VERSION=2.0.7 + +# Environment variables # Define argument functions function usage() { @@ -221,7 +223,7 @@ do fi # Copy output to clipboard - echo $OUTPUT | xclip -selection clipboard + echo -n $OUTPUT | xclip -selection clipboard clear fi